Replies: 1 comment 1 reply
-
|
This need has been expressed several times, with different ideas floated as how to implement it, here's my take: #5089 (comment) I think what makes it not so trivial is that some users (those keeping clean hierarchies like yourself) would prefer constraining the list of options by parent (like you suggest), and others by other means (e.g. by attribute, which would be a way to catch all the "Place" type notes in your scenario, irrespective of where they are situated in the hierarchy). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a note tree that looks like this:
Peoplemight have some attributes, likeSpouseorAddress, but it doesn't make sense for me to be able to pick123 Fake StreetasJohn Smith's spouse, so it'd be nice to be able to limit the options that appear when you start typing. Maybe something like#relation:spouse="options=25oQHIf0no8Q"where25oQHIf0no8Qis the parent note (e.g.People) and the options available to pick from are the child notes (e.g.John Smith,Jane Smith)There's a few benefits to this (for me, at least):
Jane Smithis mentioned in the note aboutFido Smith, it won't show up in the results). This makes picking the correct note faster and stops you from accidentally picking the wrong notePeoplein various parts of your tree, you'd know exactly whichPeopleyou're referring toEDIT: And while I think about it, it'd be nice to restrict the relation search to just the title only, so if I want to add
John Smithas a spouse ofJane Smith, it won't showJenny Smithjust because somewhere in that note it mentions**John Smith** is Jenny Smith's dad, so perhaps#relation:spouse="options=25oQHIf0no8Q,titleOnly"or something.Beta Was this translation helpful? Give feedback.
All reactions