homura14427 downloadsInsert math blocks and code fences below the current line with list, quote, and callout aware indentation.
Insert math blocks and code fences below the current line in Obsidian, while preserving quote, callout, and list-aware indentation.
GitHub repository: homura144/obsidian-insert-block-below
Insert math block belowInsert code block below1. and 1)$$$ expands into a $$ block below``` expands into a code block below``` for immediate language inputCode block without blank line```.`````` at the end of a line to expand into a code block below.$$$$$$ at the end of a line to expand into a $$ block below.- some text$$$| + ` -> code block below$$|$ + $ -> math block belowBefore this plugin is accepted into the community store, install it manually:
main.js and manifest.json from the latest GitHub release..obsidian/plugins/obsidian-insert-block-below/ in your vault.Insert Block Below in community plugins.After store acceptance, install it from the Obsidian community plugins browser.
You can also install the plugin with BRAT before it is available in the community store.
Obsidian42 - BRAT plugin.BRAT: Add a beta plugin for testing.https://github.com/homura144/obsidian-insert-block-below
Insert Block Below in community plugins if it is not enabled automatically.BRAT installs from the GitHub repository, so the repository and release assets must exist first.
npm install
npm test
npm run build
The built release asset is main.js.
Each GitHub release should upload:
main.jsmanifest.jsonThis plugin currently does not use styles.css.
Released under the MIT License.