obsidian-command-alias-plugin icon indicating copy to clipboard operation
obsidian-command-alias-plugin copied to clipboard

Obsidianのコマンドに対してエイリアスを設定するプラグイン

Obsidian Command Alias Plugin

This plugin is provide alias for other command. The translated words help you understand the intent of the command, but they are tedious to type.

Usage

How to add Alias

  • Run command Command Alias: Add command alias.
  • Choose command.
  • Naming alias.
  • Open the command palette and enter an alias in the box to narrow down the command.

Remove alias

  • Open SettingTab.
  • Remove alias.

How to start develop

  1. npm install
  2. npm run dev