File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
+
7
+ ## [ 0.2.0] - 2024-11-29
8
+
9
+ ### Added
10
+
11
+ - Option to pick which headings to include in link display text when linking to multiple headings.
12
+ - Options to change where the note name goes in relation to the headings in the link display text.
13
+ - Option to change the message of the optional notice that appears whenever the plugin auto changes the display text.
14
+
15
+ ### Fixed
16
+
17
+ - Incorrect display text when the link includes multiple headings.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " header-display-text" ,
3
3
"name" : " Header Display Text" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"minAppVersion" : " 0.15.0" ,
6
6
"description" : " Automatically uses linked headers as the display text for the link." ,
7
7
"author" : " Robert Arsenault" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " header-display-text-plugin" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Plugin for Obsidian (https://obsidian.md) that sets the display text of linked headers to the name of the header." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "0.1 .0" : " 0.15.0"
2
+ "0.2 .0" : " 0.15.0"
3
3
}
You can’t perform that action at this time.
0 commit comments