README file from
GithubHeadings Indicator
An Obsidian plugin that displays heading level markers before headings, matching the heading depth:

#before H1##before H2###before H3- up to H6
The indicator appears in Live Preview and Reading view.
Manual Install
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub Release. - Create this folder in your Obsidian vault:
<vault>/.obsidian/plugins/headings-indicator/
- Put the downloaded files into that folder:
<vault>/.obsidian/plugins/headings-indicator/
main.js
manifest.json
styles.css
- Restart Obsidian or reload community plugins.
- Enable Headings Indicator in Obsidian community plugins.
Build
npm install
npm run build