Skip to content

Releases: rca-umb/anchor-link-display-text

1.0.1

30 Dec 21:18
Compare
Choose a tag to compare

[1.0.1] - 2024-12-30

Fixed

  • In the plugin options menu, the notification text setting will appear conditionally based on if notifications are enabled.

1.0.0

01 Dec 21:06
Compare
Choose a tag to compare

[1.0.0] - 2024-12-1

Changed

  • Name of plugin and related class names changed to use the phrase "anchor links", as this is what they are referred to in th Obsidian docs.

Fixed

  • Headings in settings tab follow Obsidian guidelines.

0.2.0

30 Nov 00:43
4331e65
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

[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

29 Nov 20:13
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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]]