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] Automatic list numbering only works for first level of list depth. #11

Closed RokeJulianLockhart closed 7 months ago

RokeJulianLockhart commented 1 year ago

As previously explained in https://github.com/damionx7/Zettel-Notes-Documentation/issues/9#issue-1673990191:

When typing numbered lists, I tend to use ```MD 0. entry 0. entry 0. entry ``` rather than ```MD 0. entry 1. entry 2. entry ``` because most Markdown processors automatically number the list, as [Zettel](https://play.google.com/store/apps/details?id=org.eu.thedoc.zettelnotes) does.

However, this only works one level deep in every Markdown processor that I've tried:

0. works.
0. 0. whereas, this plus...
0. 0. ...this shall not work.
damionx7 commented 1 year ago

I guess its a feature, not a bug.

RokeJulianLockhart commented 1 year ago

https://github.com/damionx7/Zettel-Notes-Documentation/issues/11#issuecomment-1515116266

I don't really mind what it's called, but are you sure, @damionx7? That seems like something one would expect to work.

damionx7 commented 1 year ago

Hey. I only changed it as bugs have top priority in comparison to feature requests.

damionx7 commented 1 year ago

I don't really mind what it's called, but are you sure, @damionx7? That seems like something one would expect to work.

Can you quote some applications that implement this ? I would like to explore this feature.

RokeJulianLockhart commented 1 year ago

https://github.com/damionx7/Zettel-Notes-Documentation/issues/11#issuecomment-1516022265

@damionx7, I can't provide any examples. I know I've been able to use it twice, so there is a Markdown processor out there that supports it (although it might be non-OSS) but I don't remember where.

I've asked at r/Markdown on Reddit.

I've also filed something similar at https://github.com/microsoft/vscode/issues/184429#issue-1744161712.

URI support?
https://markdownlivepreview.com/ doesn't
https://github.com/ doesn't
https://markdown-it.github.io/ doesn't
code-insiders doesn't image
RokeJulianLockhart commented 7 months ago

https://github.com/damionx7/Zettel-Notes-Documentation/issues/11#issue-1673996903

@damionx7, transferred to https://zettel-notes.canny.io/feature-requests/p/automatic-list-numbering-only-works-for-first-level-of-list-depth per https://github.com/damionx7/Zettel-Notes-Documentation/issues/48#issuecomment-2057164751.

RokeJulianLockhart commented 7 months ago

https://github.com/damionx7/Zettel-Notes-Documentation/issues/11#issuecomment-2057484987

Actually, per https://github.com/markdown-it/markdown-it/issues/939#issuecomment-1817536786, this wouldn't have been possible anyway.