onlyafly / number-headings-obsidian

Automatically number headings in a document in Obsidian
MIT License
114 stars 11 forks source link

Feature Request: Have numbered Headers of Level 1 be able to start with 1.0 #69

Open jmillet001 opened 5 months ago

jmillet001 commented 5 months ago

For example:

Header

Header

Header

Header

when using the command to add numbers would become:

1.0 Header

1.1 Header

2.0 Header

3.0 Header

I was hoping that when I put "1.0" in for starting value it would achieve this, but it did not. It still rendered as:

1 Header

1.1 Header

2 Header

3 Header

santiyounger commented 1 month ago

I agree that'd be better