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
I expected this to be an "OR" operation, in that it would show me notes that are linking to the specified note, as well as notes that are linked by the specified note.
But it seems to be doing an "AND" operation, only returning notes that satisfy both conditions.
Yes that's expected, the CLI flags are additive (although I agree that for these two flags it might be less useful). You could add an alias like this to do two different queries:
anylink = "zk list -q --linked-by $@ && zk list -q --link-to $@"
Description
I am attempting to find all notes that are linked by or backlinked to a given note, but I am receiving the following error
Should this work?
The text was updated successfully, but these errors were encountered: