damionx7 / Zettel-Notes-Documentation

Documentation for Zettel Notes : Markdown Note Taking application for android devices
https://znotes.thedoc.eu.org/
GNU General Public License v3.0
55 stars 5 forks source link

[Feature Request] Don't automatically increase number when typing new entry in list if preceded by two or more `0.`s. #9

Closed RokeJulianLockhart closed 1 year ago

RokeJulianLockhart commented 1 year ago

When typing numbered lists, I tend to use

0. entry
0. entry
0. entry

rather than

0. entry
1. entry
2. entry

because most markdown processors automatically number the list, as Zettel does. However, when making these lists, when I press enter to add a new line, Zettel helpfully automatically creates a 1.. I don't want this, because my lists is obviously supposed to be automatically numbered.

Consequently, if the list already contains 2 or more 0.s, Zettel should put another 0. instead of a 1..

damionx7 commented 1 year ago

Sure. I will add a settings option for this.