Dataview complaining about single code quoted “=” symbol #968
-
The following note content causes dataview to complain
If I remove the back-quotes from the “=” sign, it's happy, but with that back-quoted, Dataview has a hissy fit.
Is there something I need to do to quote the “=” sign and allow it to be shown as code rather than having dataview try and interpret it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Disable inline dataview queries if you don't use them. If you do use them, change the character to some sort of unicode or whatever you don't see yourself using often. |
Beta Was this translation helpful? Give feedback.
-
I've updated inline queries to do nothing if the query is empty to avoid this case. |
Beta Was this translation helpful? Give feedback.
Disable inline dataview queries if you don't use them. If you do use them, change the character to some sort of unicode or whatever you don't see yourself using often.