Closed mhanberg closed 2 years ago
Thank you, it should be fixed in main
.
Thanks, I appreciate it. I'll try again on monday.
Tried this out.
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.
Is that expected?
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?