dy-sh / obsidian-consistent-attachments-and-links

Obsidian plugin. Move note with attachments.
MIT License
202 stars 20 forks source link

"Check consistent" do not recognize path relative to base path (vault path) #41

Closed bill-mao closed 1 year ago

bill-mao commented 1 year ago

Attachments links relative to vault path will be recognized as broken link

dy-sh commented 1 year ago

Such links are considered invalid. This is done on purpose, because, the plugin promotes the idea that all links should be relative. For example, if you upload notes to github, links relative to the base path will not work either.

dy-sh commented 1 year ago

Use the "Convert all link paths to relative" function to make all links relative.

bill-mao commented 1 year ago

I thought it would be easier to manage attachment using link relative to base path, when I move markdown. I do not need to update link. But it is less compatible. You are right, using tools to update link may be a better choice. It helps, thank you.