obsidian-plugin-dynamic-toc icon indicating copy to clipboard operation
obsidian-plugin-dynamic-toc copied to clipboard

An Obsidian plugin for creating Tables of Contents that stay updated with your document

Results 21 obsidian-plugin-dynamic-toc issues
Sort by recently updated
recently updated
newest added

I really like the Number list style, but I wonder if it would be possible to have it in the Wikipedia style, where you have 1. for your main entry,...

enhancement

Most - _if not **all**_ - of my notes are structured as follows: ![image](https://user-images.githubusercontent.com/11601622/171757111-12f3fd8a-6e69-4291-9396-6344ee971f42.png) Non-headed items are not processed by the plugin - as expected. However, to get around this...

This is probably the same kind of issues as #45 #62, but for clarity I thought that a new issue should be added. To reproduce: add a toc and a...

Sometimes one section gets long enough that it's hard to read, or maybe we would like an overview of the sub headings headings. For example: ````md # Intro blah blah...

Suppose currently note A is open, dynamic-toc is used at the beginning of note A plug-in. Note B is referenced in note A. Suppose there are many headings in note...

Placing `[TOC]` at the top of the document renders the table of contents as expected, however when exporting as a pdf, drops it to the bottom of the document. Is...

bug

I think this is one of the best plugins but I'm not sure I'm using it correctly. I tried using it on a few of my notes (where I had...

bug

I noticed this using `[[_TOC_]]`, but earlier today I switched to the code block syntax and updated to the latest plugin version, and I'm still seeing the behavior... below screenshots...

bug
needs investigation

Assume there is an embedded noteA ``` # noteA ## header1 ## header2 ``` Inside main note like this ``` ## foobar ## ![[noteA]] ``` the plugin should render following...

If a markdown file is linked to the [Day Planner plugin](https://github.com/lynchjames/obsidian-day-planner/blob/main/README.md) with the Mermaid Gantt chart feature enable, this plugin will only show a table of contents for the Day...

compat