Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
351 stars 11 forks source link

Command palette: An ability to edit the "Execute: " prefix text #164

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

I'll add a setting for being able to edit the Execute: prefix text shown in command palette. As I don't know a good place for it in the settings UI, and as it's not so important option, it won't have a control eelemnt in the settings user interface at all, but it can be edited in the .obsidian/plugins/obsidian-shellcommands/data.json file. The property name there will be obsidian_command_palette_prefix.

Only the Execute: part can be edited, not the Shell commands: part.

kuva

Taitava commented 2 years ago

Done.