-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add additional ordered list options #1183
Conversation
Thanks for the PR @jose-elias-alvarez! I will need to take a look at this a little more and test it out. If it works for me, I will see about merging it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few minor suggestions. But beyond them, this looks pretty good!
32c6d9d
to
960cdc3
Compare
Thanks for making this change @jose-elias-alvarez ! I will go ahead and merge this. |
Thank you! |
Closes #744.
This PR adds two new options to enable the following Ordered List Style linter behaviors:
Ordered List Style
to Optionally Update Numbers #744., since it still allows fixing lists that don't adhere to the chosen Number Style option.I initially implemented the 2nd behavior as an additional Number Style choice, but to my surprise, Obsidian actually handles lazy numbering when a list starts at a value other than 1 (it increments from there). I don't know how useful this behavior is in practice, but let me know if there's anything you'd like me to change in terms of the implementation or wording.