obsidian-dataview
obsidian-dataview copied to clipboard
Parsing failure appeared if typed any symbol after sequance backtick-equal-backtick
What happened?
If typed any symbol after sequance of backtick-equal-backtick (=
) app inserts error message. Important that sequance are enclosed with backticks and have only equal signs within (any amount). Source of the message is Dataview plugin, this is reflected in message and bug not appear when plugin is disabled.
OS: Macos Sonoma 14.3.1
DQL
No response
JS
No response
Dataview Version
0.5.64
Obsidian Version
1.5.3
OS
MacOS
The sequence `=
is the start of an inline query, so if you need to type that in some other context you either need to turn off inline queries or switch to another prefix for inline queries.
Alternatively you'll need to escape the equal sign, or something similar to that.