Any way to exclude notes using Option Query Argument? #154
-
So I'm using inline list suggester with the option query argument set to a particular tag. The problem is that the notes I'm searching through are created from a template, which also has the same tag. Is there some way I can exclude the template file from the suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
mProjectsCode
Dec 8, 2023
Replies: 1 comment 2 replies
-
you can combine sources and exclude your template folder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
optionQuery(#yourTag and !"path/to/template/folder")