hipstersmoothie / obsidian-plugin-toc

Create a tables of contents for a note.
286 stars 20 forks source link

Strip links from header text #13

Open samsrabin opened 3 years ago

samsrabin commented 3 years ago

I have a file with headings like this:

### [[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)

I would like it to show up in the Table of Contents like this:

[[#Firstname Lastname: Presentation title|Firstname Lastname: Presentation title]]

But instead I get:

[[#[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)|[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)]]

which breaks the rendering when outside of editing mode.