generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When the Obsidian setting New link format
is set to Relative path to file
, the pasted link is relative the the vault root, not the file into which it is being pasted.
For example, in a vault containing:
folder_1/
- a.md
folder_2/
- b.md
If a heading in b.md
is pasted into a.md
, the link shows up as [b](folder_2/b.md#...)
instead of the desired [b](../folder_2/b.md#...)
.
Metadata
Metadata
Assignees
Labels
No labels