We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a note set and want to make another note set.relation a child of set. I enabled the option of the alternative hierarchy.
set
set.relation
If I have a child in my note, it doesn't show (top), but if I remove the child, it appears (bottom).
For test, if I just add in the yaml child:aa it works, but child: ['a'] doesn't work
child:aa
child: ['a']
The text was updated successfully, but these errors were encountered:
Hey @jakeoung :) This should be resolved in 2.9.1, please give it a try and let me know
Sorry, something went wrong.
Hey. It is fixed:) Thanks a lot :) This new feature is very useful to me!
No branches or pull requests
I have a note
set
and want to make another noteset.relation
a child ofset
. I enabled the option of the alternative hierarchy.If I have a child in my note, it doesn't show (top), but if I remove the child, it appears (bottom).
For test, if I just add in the yaml
child:aa
it works, butchild: ['a']
doesn't workThe text was updated successfully, but these errors were encountered: