Releases: lextoumbourou/obsidian-title-as-link-text
Releases · lextoumbourou/obsidian-title-as-link-text
1.1.4
1.1.3
1.1.3
Fix bug causing text to get erased when you have an open Wikilinks-style link: [[
and surrounding Markdown lists.
1.1.2
Release notes
Wikilinks support
Wikilinks with display name now supported: [[cool-page|Cool Page]]
.
Aliases support
If a link matches (using fuzzy matching) an aliases, the alias will be used:
cool-page.md
---
title: Cool Page
aliases:
- Super Cool Page
---
Link example: [[cool-page|Super Cool Page]]
1.0.10
Use 1 sec time out.
1.0.9
Remove superfluous import.
1.0.8
Change id to match other plugins.
1.0.7
Version bump.
1.0.6
Release ready version.
1.0.5
Use correct method for checking resolving links.
1.0.4
Fix bug causing broken links to be unescaped.