Link to different file with the same name

Suppose I have a folder “F1”, and a file “file.md” inside. I also have a folder “F2”, and a file “file.md” inside too.
In another file “abc.md”, if I write[[, it will let me choose "[[F1/file.md]]"or “[[F2/file.md]]”. This is nice.

However in another situation, which I only have the folder “F1” and the file “file.md” inside at first:
In “abc.md", if I write[[, it will fill as “[[file.md]]”. This works. But if I then create a new file “file.md” in another folder, [[file.md]] will link to the new file, which is weird.

We’ll need more detail to understand this. What’s the difference between the two abc files? Are they located in the same folder?

This class of bugs was already reported, we’ll work on them.

1 Like

A post was merged into an existing topic: References not updated when moving/adding files to folders