SkepticMystic / breadcrumbs

Add typed-links to your Obsidian notes
https://publish.obsidian.md/breadcrumbs-docs
MIT License
533 stars 36 forks source link

BC-link-note interferes with explicit dataview inlines #457

Closed DeutscheGabanna closed 10 months ago

DeutscheGabanna commented 2 years ago

Try to create this note:

---
BC-link-note: down
---
> [!dataview breadcrumbs]
> up::[[root]]

Children of this MoC:
- [[one]]
- [[two]]

The BC-link-note takes all outgoing links and marks them as children, which leads to a strange and unwanted situation, where root is both parent and child of this note.

SkepticMystic commented 2 years ago

I get you. But that's what the feature does 🤷 Maybe you could use you BC-dataview-note to filter for only the links you want?