Aidurber / obsidian-plugin-dynamic-toc

An Obsidian plugin for creating Tables of Contents that stay updated with your document
MIT License
269 stars 41 forks source link

Feature Request: Extend Inline Rendering option to have prefix or pre/post text control #70

Open enly1 opened 2 years ago

enly1 commented 2 years ago

Hi - the feature added in response to issue #42 is great, but would be better still if there was an option to wrap the breadcrumb style heading list with pre or post text:

Current rendering looks like :+1:

Heading | Heading 2 | Heading 3

Would be good if we had the option to pre-pend text "Quick Jump Links: " and get

Quick Jump Links: Heading | Heading 2 | Heading 3

by prepending text.

I don't believe because of the multi-line code block for toc, we cannot do this in markdown and have it on the same line as this output.

Thoughts ?