SkepticMystic / breadcrumbs

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

Bug: Changing workspace fails to open any notes with a breadcrumbs block #453

Closed justjosh closed 7 months ago

justjosh commented 2 years ago

Describe the bug Hi, there seems to be an issue with notes that contain a breadcrumbs block where the note will not open when loading up a workspace. This doesn't happen when starting up Obsidian, or when opening the note directly, but only when loading up a workspace with such a note.

To Reproduce Steps to reproduce the behavior:

  1. Save a new workspace that contains a note with a breadcrumbs block, e.g.
    type: tree
    dir: down
    depth: -3
    from: #🗺️MOC 
  2. Load the new workspace
  3. The note with the breadcrumbs block will not open, and the following error is shown: image

Expected behavior Workspace should load up all it's notes, regardless of whether it contains a breadcrumbs block/tree.

Desktop (please complete the following information):

Additional context Have only recently started using breadcrumbs in this way, so unsure if it relates to the latest Obsidian update or not.

SkepticMystic commented 7 months ago

Thanks for the issue @justjosh. I've recently rewritten Breadcrumbs from scratch, and it's available in beta via the BRAT plugin. Please consider upgrading and checking if this issue is resolved there. Alot of problems are resolved now

justjosh commented 7 months ago

Can confirm V4 has resolved this issue, thanks!