Releases: rca-umb/anchor-link-display-text
Releases · rca-umb/anchor-link-display-text
1.0.1
1.0.0
0.2.0
[0.2.0] - 2024-11-29
Added
- Option to pick which headings to include in link display text when linking to multiple headings.
- Options to change where the note name goes in relation to the headings in the link display text.
- Option to change the message of the optional notice that appears whenever the plugin auto changes the display text.
Fixed
- Incorrect display text when the link includes multiple headings.
0.1.0
Initial Release
This plugin automatically sets the display text of links to headings of other notes to be the name of the heading instead of showing the link text as it appears. So, instead of:
[[Title#Heading]]
The link will automatically update to:
[[Title#Heading|Heading]]
This provides a nice appearance but saves the time of manually setting the display text, especially if you use tab to autocomplete the link (when you autocomplete, you have to navigate back in front of the brackets, add the vertical bar, and then type the heading name).
In the settings for this plugin, you can specify the format of the display text:
Just the heading (default): [[Title#Heading|Heading]]
The heading and note name: [[Title#Heading|Title Heading]]