hipstersmoothie / obsidian-plugin-toc

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

Giving me numbered list no matter what #16

Open Archie-2021 opened 3 years ago

Archie-2021 commented 3 years ago

It doesn't matter I set it on bullet list or numbered, it always give me a numbered list.

CaptainPackers commented 1 year ago

I have the same issue. In fact, the setting is stuck on "Bullet" and I cannot change it, but it always renders an ordered (numbered) list.

A workaround is to edit .obsidian/plugins/obsidian-plugin-toc/data.json and change "listStyle" from "number" to "bullet"

{ "minimumDepth": 2, "maximumDepth": 5, "listStyle": "bullet", "useMarkdown": false, "title": "Table of Contents" }

deep-blue-pulsar commented 6 months ago

Same