onlyafly / number-headings-obsidian

Automatically number headings in a document in Obsidian
MIT License
114 stars 11 forks source link

Issue #24 - Enhancement for TOC to generate TOC entries for Headings that are in Wikilink Format #71

Open blamcodes opened 3 months ago

blamcodes commented 3 months ago

My attempt at resolving Issue #24.

The adjustments made in the PR allows for headings that are in [[]] format and will form the correct link to link to the linked header when the TOC creates the entries.

Header that is a Link

image

Header that is a link with Display Text

image

Header that is a link that is linked to a specific header

image

Header that is a link that is linked to a specific header and has display text

image

I did add some tests image

Please let me know if you'd like any specific tests to be created or if there are other issues that you see.