Carlo Zottmann5k downloadsAdd commands for increasing/decreasing the blockquote level of the current line or selection(s).
This plugin for Obsidian adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
The plugin introduces two new commands, "Blockquote Levels: Increase" and "Blockquote Levels: Decrease".
"Increase" adds a Markdown blockquote prefix (>) to the current line, the current selection or selections. Subsequent calls will add subsequent prefixes, thus increasing the quote levels.
"Decrease" removes the first Markdown blockquote prefix (>) from the current line, the current selection or selections. Mix'n'match is fine as each line is processed individually; when the selected lines sport different quote levels, only one prefix (>) is removed from each line (where present).
Out of the box the plugin doesn't set hotkeys, set them yourself as you see fit, or trigger the commands using the command palette. The World is your oyster!

For bug reports please use this repo's Issues section — thank you!
I've moved all plugin discussions to the ActionsDotWork Forum which is a hub for both my Obsidian plugins and the macOS/iOS productivity apps I'm building: Carlo's Obsidian Plugins - ActionsDotWork Forum.
The forum supports single-sign-on via GitHub, Apple and Google, meaning you can log in with your GitHub account.
That's it.
czottmann/obsidian-blockquote-levelsClone the repository, run pnpm install OR npm install to install the dependencies. Afterwards, run pnpm dev OR npm run dev to compile and have it watch for file changes.
release.sh scriptCarlo Zottmann, [email protected], https://zottmann.org/
MIT, see LICENSE.md.