obsidian-automatic-table-of-contents icon indicating copy to clipboard operation
obsidian-automatic-table-of-contents copied to clipboard

💠 An Obsidian plugin to create a table of contents in a note, that updates itself when the note changes

Results 13 obsidian-automatic-table-of-contents issues
Sort by recently updated
recently updated
newest added

Hello When headers contain underscore _, the underscore is removed inside the toc. the toc should keep the underscore that come from the header. How to reproduce : ## test_with_underscore...

bug

This PR fulfills the feature requested in #41

Currently, only unordered lists are supported. I would like support for ordered lists. The end result would be something like this: ````md % The code block below ```toc title: #...

enhancement

The option `style: inlineFirstLevel` is great to show the ToC inline, instead of vertically. However, many of my notes do not contain any first level headings at all (because of...

enhancement

It would be great if the codeblock containing the settings for the TOC could be defined elsewhere, e.g. via the plugin settings page. Then a TOC with a predefined style...

enhancement

Update automatically is convenient, but when my markdown note gets larger, this function will affect the performance of the whole Obsidian application. Hope to give the control of updating ToC...

enhancement

It would be a lot neater to have a way of setting defaults for this addition. For example, basically all of my notes have a top-level `h1`, so I'd prefer...

enhancement

Hi, I'd like to be able to set a "starting point" for the table of contents. Say I do not want the first h1 and sub headings to be part...

enhancement

Greetings, Ever since the most recent update, whenever I try to generate a simple automatic table of contents, I get this message : 💥 Could not render table of contents...

bug

Dear all, The ability to limit minLevel or maxLevel is very useful. Is it possible to apply the function to Published webpages and mobile? ```table-of-contents style: nestedList # TOC style...

info-needed