-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Any occurrence of BC-tag-note
breaks Breadcrumbs Indexing.
#361
Comments
Actually, due to a bug with the metadata extractor, I figured out that the problem seems to be caused by a file that I use as custom dictionary for the various complements plugin for autocompletion of citekeys. The file looks like this (only a few thousand lines longer) and does not have any yaml header.
|
potentially this solves the problem? kometenstaub/metadata-extractor#17 (comment) |
@chrisgrieser, I read over the thread in metadata-extractor. It seems to be an Obsidian issue then? |
Not sure, maybe @kometenstaub can answer this better? |
I needed to check for both if (someObject) instead of if (someObject !== null) should be used. |
Describe the bug
Note sure when exactly this started to occur, but I noticed that any use of
BC-tag-note
will break down Breadcrumbs Indexing. As a result, allup
anddown
are messed up or missing.Removing BC-tag-note: '#tag' only leads to the next note with such yaml to throw an error... 😦 with the respective tag. Removing all
BC-tag-note
in my vault seems to fix the issue.Log
Additional context
The text was updated successfully, but these errors were encountered: