ieviev / obsidian-keyboard-shortcuts

Quick snippets and navigation for Obsidian
MIT License
26 stars 0 forks source link
obsidian-md obsidian-plugin

Quick snippets and navigation for Obsidian

no keybinds are set on install, you have to configure them yourself

List of commands:

Go to previous/next heading and Go to previous/next empty line

Select current heading block

Copy code block / Copy next code block

Switcher extensions

NOTE: these require you to configure Default modal command in the plugin settings:

For the following demos i used the Another Quick Switcher plugin which supports tags and set Default modal command to:

obsidian-another-quick-switcher:search-command_recent-search

Switcher extensions / Search by tag

Allows performing a 2-step search, first filtering notes by tag.

Switcher extensions / Folded search by Tag

Tag search with:

Switcher extensions / Open switcher with Tag 1

Opens the switcher with the first tag in the file already added to the query.

NOTE 2: if you want to find the command id for another switcher command press ctrl+shift+i to open the developer console and run this line.

app.commands.listCommands().map(x => x.id);

Insert heading 4/5 / Insert code block / Insert callout

development

dependencies

---

installing node and dotnet dependencies

npm i
npm run install

compiling F# to js

npm run build

publishing to dist/

npm run publish