Describe the bug
If in a note named "noteA" the following is written:
up1 :: [[noteB]]
up2 :: [[noteB]]
where up1 and up2 belong to two different hierarchies.
Then, only one of the relations "noteB is up1 of noteA" OR "noteB is up2 of noteA" shows up in the matrix view.
To Reproduce
Steps to reproduce the behavior:
Install the dataview plugin in addition to the breadcrumbs plugin in order to use the inline dataview syntax
Create a hierarchy with up direction named as "up1"
Create another hierarchy with up direction named as "up2"
Create a note named "noteA"
Create another note named "noteB"
Type the following text as the content of noteA:
up1 :: [[noteB]]
up2 :: [[noteB]]
Select the matrix view of the breadcrumbs plugin in the sidebar on the right hand side
Refresh the matrix view
Only either up1 or up2 is shown.
Expected behavior
Both up1 and up2 must be shown
Desktop (please complete the following information):
OS: Linux Mint 20
Breadcrumbs Version 2.55.2
obsidian version v0.13.14
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
It has a similar bug #336 . Try turn it off and on to see if it works?
No, i don't think turning off and on the plugin resolves the issue.. i think the plugin is designed to not allow a single note to be related to a given note by multiple hierarchies. If so, I don't understand why this is the case.
justpeanuts
changed the title
Bug:
Bug: a note cannot be linked to another note by multiple hierarchies
Feb 27, 2022
It seems that two notes can only have one relationship type. This is even the case with a single hierarchy, such as two notes having both the same/sibling relation and the next/prev relation. Only one of these relations will be recognized, not both.
Since all of the siblings have the same parents, Sam and Martha should also be listed as Siblings.
Ideally, I'd like the option for next/previous relationships to also imply siblings/same relationships (and ideally only for specific hierarchy schemes)
I tried using two different up/parent down/child hierarchy schemes instead, and it seems that two notes can only have one relationship type, regardless of if the two relations are from the same hierarchy scheme or a different hierarchy scheme.
Describe the bug
If in a note named "noteA" the following is written:
up1 :: [[noteB]]
up2 :: [[noteB]]
where up1 and up2 belong to two different hierarchies.
Then, only one of the relations "noteB is up1 of noteA" OR "noteB is up2 of noteA" shows up in the matrix view.
To Reproduce
Steps to reproduce the behavior:
Install the dataview plugin in addition to the breadcrumbs plugin in order to use the inline dataview syntax
up1 :: [[noteB]]
up2 :: [[noteB]]
Expected behavior
Both up1 and up2 must be shown
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: