mirror of
https://github.com/yzh503/obsidian-aicommander-plugin.git
synced 2026-07-22 07:40:26 +00:00
Update the placeholder
This commit is contained in:
parent
1116c8d185
commit
c79e237e98
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -641,7 +641,7 @@ class ApiSettingTab extends PluginSettingTab {
|
|||
.setName('Custom command for selected text')
|
||||
.setDesc('Fill in your prompts line by line. They will appear as commands.')
|
||||
.addTextArea(text => text
|
||||
.setPlaceholder('Summarise the selected text\nTranslate into English')
|
||||
.setPlaceholder('Summarise the text\nTranslate into English')
|
||||
.setValue(this.plugin.settings.promptsForSelected)
|
||||
.onChange(async (value) => {
|
||||
this.plugin.settings.promptsForSelected = value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue