No description
Find a file
2022-07-11 12:45:50 +02:00
.github feat: 🚧 Added initial plugin boilerplate 2022-04-21 21:00:51 +02:00
locale WIP: Hide other Commands 2022-07-09 17:03:26 +02:00
scripts Add translations among smaller fixes 2022-07-05 15:10:05 +02:00
src Compatibility with Obsidian 0.15.4's new suggestion dom structure 2022-07-11 12:45:50 +02:00
.editorconfig feat: 🚧 Added initial plugin boilerplate 2022-04-21 21:00:51 +02:00
.eslintignore Publish first BRAT-Release 2022-06-06 18:29:14 +02:00
.eslintrc Publish first BRAT-Release 2022-06-06 18:29:14 +02:00
.gitignore Publish first BRAT-Release 2022-06-06 18:29:14 +02:00
.npmrc feat: 🚧 Added initial plugin boilerplate 2022-04-21 21:00:51 +02:00
manifest.json Compatibility with Obsidian 0.15.4's new suggestion dom structure 2022-07-11 12:45:50 +02:00
package-lock.json Hide Commands of other Plugins 2022-07-11 12:23:34 +02:00
package.json Compatibility with Obsidian 0.15.4's new suggestion dom structure 2022-07-11 12:45:50 +02:00
README.md Update README.md 2022-07-06 12:30:47 -04:00
tsconfig.json Hide Commands of other Plugins 2022-07-11 12:23:34 +02:00
versions.json feat: 🚧 Added initial plugin boilerplate 2022-04-21 21:00:51 +02:00

commander cover (2) GitHub tag (Latest by date) GitHub all releases

Commander is a plugin for Obsidian which allows you to add commands to different parts of the user interface.

commander overview

Features

  • add commands
  • remove commands
  • re order commands
  • edit commands
  • hide commands added by Obsidian or other plugins
  • choose which devices commands appear on (for sync users)

How you can improve this Plugin

Feedback

Share feedback, issues, and ideas on Github, with our Commander feedback form, or tag the authors on Discord!

Adding translations

If you want to help and translate this Plugin to new languages, see locale/. Copy the English (en.json) File to your language file and start changing the sentences on the right.

Credits