Skip to content

Commit

Permalink
Add command "list" to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
friebetill committed Nov 2, 2022
1 parent 01de80b commit 87b2478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/settings/settingTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export class SettingTab extends PluginSettingTab {
containerEl.createEl("h2", {
text: "Obsidian DeepL - Settings",
});
containerEl.createEl("p", {
text: "There is one command `Translate`.",
});

new Setting(containerEl)
.setName("DeepL API Key")
.setDesc("Get one for free at https://deepl.com/pro.")
Expand Down

0 comments on commit 87b2478

Please sign in to comment.