Headings Indicator

approved

by willwang

Display heading level markers before headings in Live Preview and Reading view. - This plugin has not been manually reviewed by Obsidian staff.

1 stars120 downloadsUpdated 2mo agoMIT

Headings Indicator

An Obsidian plugin that displays heading level markers before headings, matching the heading depth:

Headings Indicator demo

  • # before H1
  • ## before H2
  • ### before H3
  • up to H6

The indicator appears in Live Preview and Reading view.

Manual Install

  1. Download main.js, manifest.json, and styles.css from the latest GitHub Release.
  2. Create this folder in your Obsidian vault:
<vault>/.obsidian/plugins/headings-indicator/
  1. Put the downloaded files into that folder:
<vault>/.obsidian/plugins/headings-indicator/
  main.js
  manifest.json
  styles.css
  1. Restart Obsidian or reload community plugins.
  2. Enable Headings Indicator in Obsidian community plugins.

Build

npm install
npm run build

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.