Command items - chrisgurney/obsidian-note-toolbar GitHub Wiki

Command items allow you to execute a commands built in to Obsidian, or provided by a plugin.

After selecting Commmand, search for the command to execute when the toolbar item is clicked.

Advanced options

Clicking on the gear (⚙️) icon opens advanced options:

Focus in editor

Sets the focus in the editor after running the command. On mobile, this keeps the keyboard visible.

  • This can be useful for formatting commands, such as Toggle bold, Toggle italics, etc.

Where to run command

Specify where the command should be executed: Default (current tab), in a New tab, or in a Split pane.

  • This can be useful for commands such as creating a Kanban: Create new board, so that the board is created in a new tab instead of the current one.
  • Some commands may override this setting as they do their own thing.

Next: Dataview