johansatge / obsidian-automatic-table-of-contents

💠 An Obsidian plugin to create a table of contents in a note, that updates itself when the note changes
MIT License
128 stars 12 forks source link

Automatic Table of Contents on Publish.Obsidian.md #31

Open EdwardKS opened 7 months ago

EdwardKS commented 7 months ago

Dear all,

The ability to limit minLevel or maxLevel is very useful.

Is it possible to apply the function to Published webpages and mobile?

style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: X # Include headings from the specified level
maxLevel: X # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Thank you!

johansatge commented 7 months ago

Hi,

I'm not a Publish user myself and can't test; what is the current behavior?

jerrygreen commented 7 months ago

Not sure about publish, but it works just fine on mobile. Good extension

mada77 commented 6 months ago

Hi!

I am also really interested to you use the plugin with the publish service. As you can see on the screenshot only the code is printed but there is no "translation" to HTML.

toc

EdwardKS commented 6 months ago

what is the current behavior?

Same as Mada77: only showing the script.

Thanks!!