ryjjin29k downloadsUse shortcuts for input special symbols without language switching.
Version 3.0.0 modernizes the plugin structure and keeps the plugin focused on editor commands that are still useful in current Obsidian versions. Hotkeys are no longer forced by default for most commands, because Obsidian already lets users assign them in Settings -> Hotkeys.
This plugin adds editor commands for:
«» or wrapping selected text with them.The heading commands use the current 3.0.0 logic:
Increase heading level reduces the number of #, so ###### -> ##### -> ... -> # -> plain text;Decrease heading level increases the number of #, so # -> ## -> ... -> ###### -> plain text;###### for Increase and # for Decrease;1. or 2), or other special symbols are left unchanged.The plugin includes commands for:
– and —;«» with pair insertion when nothing is selected;This release intentionally avoids shipping most default hotkeys. Assign the commands you want in Obsidian under Settings -> Hotkeys.
.obsidian/plugins/shortcuts-extender/.manifest.json and main.js there.npm install
npm run check
npm run build
For Community Plugins releases, the release asset should contain only manifest.json, main.js, and styles.css if the plugin uses styles. This plugin currently does not require styles.css.