Converting existing internal links to relative paths in Obsidian #726
-
ContextI'm trying to convert all my internal backlinks to include the relative path to the file. Here is my current configuration with the Let's say I have the following folder structure:
Inside the invest.md file are the followings backlinks with the # Stocks
[[AMZN]]
[[BA]]
[[CVS]]
[[GOOGL]] Then I activate the option of making internal links have the But this only works on the new backlinks. It doesn't work on the current backlinks. So the existing files stay like this: ## After enabling the relative path to file option. Backlinks stay the same.
# Stocks
[[AMZN]]
[[BA]]
[[CVS]]
[[GOOGL]] Expected resultTo convert all the current backlinks and new ones to include the From the # Stocks
[[AMZN]]
[[BA]]
[[CVS]]
[[GOOGL]] Convert to relative path to file. # Stocks
[[Stock/AMZN]]
[[Stock/BA]]
[[Stock/CVS]]
[[Stock/GOOGL]] Current Situation:Enabling the "Relative path to file" option does not retroactively convert existing internal links to the relative path format. Manually updating each existing internal link to use the relative path format would be time-consuming and inefficient. Is there any way of transforming all existing backlinks to include the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is the repository for the Obsidian help documentation repo. For questions or feature requests on linking, please refer to our Obsidian Community (obsidian.md/community). |
Beta Was this translation helpful? Give feedback.
This is the repository for the Obsidian help documentation repo.
For questions or feature requests on linking, please refer to our Obsidian Community (obsidian.md/community).