Headings Indicator

by willwang
5
4
3
2
1
New Plugin

Description

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

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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