hipstersmoothie / obsidian-plugin-toc

Create a tables of contents for a note.
286 stars 20 forks source link

Numbering #7

Closed DutchPete closed 3 years ago

DutchPete commented 3 years ago

Instead of numbering like this:

  1. text
  2. text also
    1. subtext
    2. subtext also

do this:

  1. text
  2. text also 2.1. subtext 2.2. subtext also
hipstersmoothie commented 3 years ago

The only way to do this is to add a global css snippet for ordered lists https://github.com/hipstersmoothie/obsidian-plugin-toc#detailed-nested-ordered-lists

DutchPete commented 3 years ago

Thank you 👍