hipstersmoothie/obsidian-plugin-toc

Giving me numbered list no matter what

Archie-2021 opened this issue · 2 comments

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

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"
}