Yu Zou1k downloadsAutomatically numbers headings in your Markdown notes.
Automatically numbers headings in your Markdown notes as you type.
The Auto Numbered Headings plugin provides transparent, real-time heading renumbering. It ensures your document structure remains consistent by automatically updating heading numbers as you move, add, or delete sections. Because it modifies the actual document text, the numbering is preserved across all Markdown editors and exports.
Add a number and a dot to any heading to start auto-numbering:
# 1. Introduction activates numbering for level 1 headings.## 1.1. Background activates numbering for level 2 headings.The plugin supports multi-segment hierarchical numbering:
# 1. First Section## 1.1. Subsection### 1.1.1. Deep SectionRenumbering is triggered when a heading's number ends with a dot and a space
(for example ### 2.3. Title). Typing that dot re-runs numbering across every
numbered heading in the note.
### 2.3 Title). Both forms are recognized, so a heading that has already
been renumbered is still managed.# 1. Title). Enable this via Trailing dot on first level in
the plugin settings.#### directly under an ## becomes 2.0.1).### Notes are left untouched and do not affect
the count.Access settings via Settings → Community plugins → Auto Numbered Headings.
# 1. Title). When off (default),
numbers are written without a trailing dot at any level.