yalvhe20097k downloadsAdd serial numbers to your Markdown title.
A powerful Obsidian plugin that automatically adds customizable serial numbers to your markdown headings.

Multiple Number Styles: Support for 7 different numbering styles
Flexible Level Configuration: Choose which heading levels (H1-H6) to apply numbering
Per-Level Style Customization: Set different number styles for each heading level
Custom Separator: Configure the separator between numbers (e.g., ., -, /)
Live Preview: See how your serial numbers will look in real-time while configuring
| Command | Description |
|---|---|
Set Serial Number |
Add serial numbers to all headings in the current document |
Clear Serial Number |
Remove all serial numbers from headings in the current document |
Access the plugin settings through Settings → Community Plugins → Title Serial Number Plugin.

| Option | Description |
|---|---|
| Start Heading Level | Which heading level to start adding serial numbers (H1-H6) |
| End Heading Level | Which heading level to stop adding serial numbers (H1-H6) |
| Number Separator | Separator between level numbers (default: .) |
| H1-H6 Number Style | Choose the numbering style for each heading level |
# Introduction
## Background
### History
### Current State
## Methods
### Approach A
### Approach B
# Conclusion
.)# 1 Introduction
## 1.1 Background
### 1.1.1 History
### 1.1.2 Current State
## 1.2 Methods
### 1.2.1 Approach A
### 1.2.2 Approach B
# 2 Conclusion
# I Introduction
## I.1 Background
### I.1.a History
### I.1.b Current State
## I.2 Methods
### I.2.a Approach A
### I.2.b Approach B
# II Conclusion
.obsidian/plugins/obsidian-title-serial-number-plugin/ folderMIT License - see LICENSE for details.