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

Change new shell command ids to be random letters #253

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

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

Taitava commented 2 years ago

Done.

Edit: Not done. I noticed that after this, new shell commands are saved to incorrect order. They should appear at the end of the list of shell commands, but they appear somewhere middle. Will need to change the shell commands' listing structure. Bit more work.

Taitava commented 2 years ago

Done. Now the structure doesn't put new shell commands into wrong order.