Is it possible to support the boolean operator NOT #288
-
Specifically, I would like to achieve something like |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Jun 18, 2021
Replies: 2 comments
-
I am here to answer my question. One can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, you can use '!' or '-' to negate specific sources. You can also negate blocks using parenthesis, like so: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
M-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use '!' or '-' to negate specific sources. You can also negate blocks using parenthesis, like so:
#thing and !("place" or [[link]]])
.