https://github.com/renmu123/obsidian-markdown-index
markdown_index is an extension that can add serial numbers to your markdown title.
https://github.com/renmu123/obsidian-markdown-index
Last synced: 3 months ago
JSON representation
markdown_index is an extension that can add serial numbers to your markdown title.
- Host: GitHub
- URL: https://github.com/renmu123/obsidian-markdown-index
- Owner: renmu123
- Created: 2021-04-29T11:49:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T10:11:06.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:17:54.256Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - renmu123/obsidian-markdown-index - markdown_index is an extension that can add serial numbers to your markdown title. (TypeScript)
README
# Thank
thanks [markdown_index](https://github.com/legendmohe/markdown_index)
# How to use
Press `ctrl + p` and then enter `add-markdown-index` .
# Feature
markdown_index is an extension that can add serial numbers to your markdown title.
Suppose the original text is as follows:
```
# a
foolbar
## a-b
foolbar
## a-c
foolbar
foolbar
### a-c-d
foolbar
```
This is code block
```
## a-e
foolbar
This is code block too
# f
foolbar
```
Install markdown_index, run > markdown add index, you can automatically add the serial number, as follows:
```
# 1. a
foolbar
## 1.1. a-b
foolbar
## 1.2. a-c
foolbar
foolbar
### 1.2.1. a-c-d
foolbar
```
This is code block
```
## 1.3. a-e
foolbar
This is code block too
# 2. f
foolbar
```