- Keyboard navigation up/down for headings
- Configurable default code block and callout shortcuts
- Copy code block via keyboard shortcut
- Quick Switcher extensions
no keybinds are set on install, you have to configure them yourself
- Go to previous heading
- Go to next heading
- Select current heading block
- Go to previous empty line
- Go to next empty line
- Copy Next Code Block
- Copy Code Block
- Search by Tag
- Increase Heading level
- Decrease Heading level
- Insert Default Callout
- Insert Code Block
- note: only works in edit mode
- Select current heading block: selects text until the next heading or end of document
- Copy code block: shows a list of code blocks and allows you to search and copy one of them
- Copy next code block: copies the next code block, closest to the cursor
NOTE: these require you to configure
Default modal commandin the plugin settings:
For the following demos i used the Another Quick Switcher plugin which supports tags and set
Default modal commandto:
obsidian-another-quick-switcher:search-command_recent-search
Allows performing a 2-step search, first filtering notes by tag.
Tag search with:
- Unfolding tags
- AND queries
- also moves the cursor inside the code block / to the title after using
- the default language of the code block is configurable in settings
- the default callout type is also configurable in settings
- dotnet sdk
- npm
installing node and dotnet dependencies
npm i
npm run install
compiling F# to js
npm run build
publishing to dist/
npm run publish





