obcdian32 downloadsAdjust Markdown heading levels and clean up dividers/empty lines in selected text or the entire document.
A powerful and safe plugin to adjust Markdown heading levels and clean up your notes in Obsidian.
Easily promote or demote headings within your selection or the current line.
# to ##, ## to ###, etc. (+1).## to #, ### to ##, etc. (-1).-2 to demote two levels at once).#).######).Clean up your notes with a single command.
---, ***, ___).main.js, manifest.json, styles.css).heading-level-adjust in your vault's .obsidian/plugins/ directory.npm install to install dependencies.npm run build to compile the plugin.main.js, manifest.json, and styles.css to your Obsidian plugins folder.Open the Command Palette (Ctrl/Cmd + P) and search for:
Heading Level Adjust: Increase heading level (+1) (Default hotkey: Ctrl/Cmd + Shift + =)Heading Level Adjust: Decrease heading level (-1) (Default hotkey: Ctrl/Cmd + Shift + -)Heading Level Adjust: Increase heading level (+1) and cleanHeading Level Adjust: Decrease heading level (-1) and cleanHeading Level Adjust: Adjust heading level (custom delta)Heading Level Adjust: CleanThis project is licensed under the MIT License.