
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!

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, carlo@zottmann.org, https://zottmann.org/
MIT, see LICENSE.md.
$ claude mcp add obsidian-blockquote-levels \
-- python -m otcore.mcp_server <graph>