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

fix: correct links for link headers with aliases #29

Closed Aidurber closed 2 years ago

Aidurber commented 2 years ago

Link headers with aliases such as:

## [[Some Page|Alternative Title]]

Do not have their correct links or render the aliases correctly.

This PR is a refactor to create a new model for Headings to enable easier testing. I've also added tests to ensure things remain stable.

This closes #28