To Reproduce
- Create
1.md, and 2.md.
- Insert
abc ^71f2d9 inside 2.md.
- Insert
down:: [[2#^71f2d9]] inside 1.md.
Expected behavior
The Tree View in 2.md should be able to display 1.md as its parent.
Actual behavior
The Tree View in 1.md correctly displays 2.md. However, the Tree View in 2.md fails to display 1.md as its parent.
Desktop (please complete the following information):
- OS: Mac
- Breadcrumbs version: Tested in both 4.14.3 and 4.21.1
- Obsidian version: Tested in both 1.12.7 and 1.13.2
The bug occurs even when 1.md and 2.md are in the same folder. A fix should resolve the issue even when they are in different folders.
Thanks!
To Reproduce
1.md, and2.md.abc ^71f2d9inside2.md.down:: [[2#^71f2d9]]inside1.md.Expected behavior
The Tree View in
2.mdshould be able to display1.mdas its parent.Actual behavior
The Tree View in
1.mdcorrectly displays2.md. However, the Tree View in2.mdfails to display1.mdas its parent.Desktop (please complete the following information):
The bug occurs even when
1.mdand2.mdare in the same folder. A fix should resolve the issue even when they are in different folders.Thanks!