You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I'm a mobile user (Oppo Reno 4, Android version 12) using Breadcrumbs mainly for organizing my ideas but I can't seem to get BC-tag-note to work to its fullest. I expect that it should list down all the notes that contain the written tag, correct? Instead, it is selective on which '#tags' notes will be shown:
tags with weird names such as '#SBMDO' or '#FCoLK' won't give any results (they are based from the acronyms of Note Titles)
It works with '#Name' (but shows only 86 of 334) or even '#Name/Author' (14 of 14)
But does not work with '#Name/Artist' (0 of 258) or '#Name/Location' (0 of 3).
I thought the amount of notes within the tags might be affecting it but '#GenshinImpact/Enemy' (1 of 1) works fine for minimum
'#Zettelkasten' has reached a great amount (100 of 109) but missing 9
Just to be sure, this is how I write it within the note BC-tag-note:: '#Name/Artist' and the results show up in Breadcrumbs Matrix
It's possible that I'm just missing some idea on how BC-tag-note actually works 😅
The text was updated successfully, but these errors were encountered:
Can you get some more info for me.
Go to BC settings > Debugging, and set the debug level to DEBUG.
Then, open the console Ctrl + Shift + I, and refresh the BC index.
You'll get a bunch of console logs, but look under the section called initGraphs, then go to Alternative Hierarchies > Tag Notes, and see if you get any errors. Also check that the tag is being parsed correclty
Hello @SkepticMystic
I apologize for the lateness. Life has been busy lately.
Breadcrumbs is v3.6.0
Tested with BC-tag-note: '#SBMDO'
It provided 3 links but not sure how these 3 is different from the other 68 items that also hold the SBMDO tag.
I followed the instructions and got a screenshot of the notes with the console. I hope it's enough. I am a complete amateur about reading it.
I tried '#Bible' or '#task' too but no result
'#Name' does give me a lot of links but less than expected (out of 995 items)
Parent = 153
Same = 14
It's also possible that I'm ignorant about a lot of functions Breadcrumbs could provide. So feel free to correct my coding if required.
In the image provided, there's the tag window on the left, Notes where the Breadcrumb code is used and a sample of the links in the middle, Breadcrumbs matrix on the right and the very right is the Console data.
Hi there. I'm a mobile user (Oppo Reno 4, Android version 12) using Breadcrumbs mainly for organizing my ideas but I can't seem to get
BC-tag-note
to work to its fullest. I expect that it should list down all the notes that contain the written tag, correct? Instead, it is selective on which '#tags' notes will be shown:Just to be sure, this is how I write it within the note
BC-tag-note:: '#Name/Artist'
and the results show up in Breadcrumbs MatrixIt's possible that I'm just missing some idea on how
BC-tag-note
actually works 😅The text was updated successfully, but these errors were encountered: