Skip to content

Commit 7c3d810

Browse files
committed
chore: Update obsidian-link-converter plugin settings
This commit updates the settings for the obsidian-link-converter plugin. The "finalLinkFormat" setting has been changed to "absolute-path" and the "keepMtime" setting has been changed to true. These changes will ensure that the plugin generates absolute paths for links and preserves the modification time of files.
1 parent eef5eb1 commit 7c3d810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mySetting": "default",
33
"contextMenu": true,
4-
"finalLinkFormat": "relative-path",
5-
"keepMtime": false
4+
"finalLinkFormat": "absolute-path",
5+
"keepMtime": true
66
}

content/projects/Breadboard/Phase 2/Review Reply Board.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ A board generates a response based on the provided task of generating a reply to
2020

2121
Presently this board is just operates on textual input and output.
2222

23-
Work has been started on a [[GBP API Board]]
23+
Work has been started on a [GBP API Board](projects/Breadboard/Phase%202/GBP%20API%20Board.md)

0 commit comments

Comments
 (0)