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
348 stars 11 forks source link

Display shell command id in extra options modal #205

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/194

Originally posted by **Taitava** April 5, 2022 ![kuva](https://user-images.githubusercontent.com/13002142/161752556-8e8df3ef-91bb-4b1e-b103-e26a6ea68896.png) Example texts that will be added below other content in the modal: - `Obsidian command palette id: obsidian-shellcommands:shell-command-71` (Can be used e.g. in [Obsidian Advanced URI](https://github.com/Vinzent03/obsidian-advanced-uri)) - `Shell command id: 71` (I had some reason for displaying this also, but cannot remember it anymore) (In the future, shell commands will have ids that consist of letters and numbers, so they will be more random. But already created shell commands will still keep their numeric ids.)
Taitava commented 2 years ago

Done.

Taitava commented 2 years ago

Released.