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

Ability to hide shell commands from the command palette #125

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

123 will bring new ways how shell commands can be executed, and discussion #60 mentions an idea to be able to exclude shell commands from Obsidian's command palette:

From https://github.com/Taitava/obsidian-shellcommands/discussions/60#discussion-3602335 :

  • Command palette: Currently this is the only action that can launch shell commands. It's included in this list to mark that a user can also turn it off, if they use other launchers for a shell command. Turn off = means that a shell command would not appear in command palette.

There will be three options for a shell command's availability in the command palette:

FelipeRearden commented 2 years ago

Fantastic idea @Taitava !!!!!!

Didn't know that was possible to manage items from the command palette :)

Taitava commented 2 years ago

Released.