You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## Unreleased
7
+
## [1.2.0] - 2025-2-25
8
8
9
9
### Added
10
10
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
16
16
17
17
### Fixed
18
18
19
+
-`^` character will not be included in the display text when linking to a block.
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
# Anchor Link Display Text
2
2
3
-
This is a plugin for [Obsidian](https://obsidian.md).
3
+
This is a plugin for [Obsidian](https://obsidian.md) which automatically sets the display text of anchor links.
4
+
5
+
## What's New in v1.2
6
+
7
+
### Added
8
+
9
+
- Display text suggestions. A suggestions popup will appear when the cursor is directly after an anchor link with display text. There will be three suggestions one, for each of the display text formats that can be used with this plugin (no note name, note name and then heading(s), heading(s) and then note name).
10
+
11
+
### Changed
12
+
13
+
- Heading separators are now validated to not include link breaking characters `[]|#^`. If any of these characters are typed into the separator field, the character will be ignored and a warning will appear.
14
+
15
+
### Fixed
16
+
17
+
- Minor typos.
4
18
5
19
## Description
6
20
@@ -36,6 +50,6 @@ Show only the first heading: [[Title#Heading#Subheading#Subsubheading|Heading]]
36
50
Show only the last heading: [[Title#Heading#Subheading#Subsubheading|Subsubheading]]
37
51
```
38
52
39
-
By default, the headings in the display text will be separated by a single space, but this can be changed to whatever you prefer. Some examples may be a comma (, ), colon (: ), or arrow (-> ). Just note that whatever is typed in the separator text box in the settings will be exactly what is used in the display text, nothing is added to it or removed from it.
53
+
By default, the headings in the display text will be separated by a single space, but this can be changed to whatever you prefer. Some examples may be a comma (, ), colon (: ), or arrow (-> ). Just note that whatever is typed in the separator text box in the settings will be exactly what is used in the display text, nothing is added to it or removed from it, with the exception of characters which will break links: `[]|#^`.
40
54
41
55
Additionally, there is an option for enabling display text alternative suggestions. This is a suggestions window which will appear when the cursor is next to an existing anchor link. All three display text formats described above will be available as suggestions regardless of the option chosen for automatic display text generation. This is useful for users who wish to use multiple formats.
0 commit comments