obsidian-dataview icon indicating copy to clipboard operation
obsidian-dataview copied to clipboard

Parsing failure appeared if typed any symbol after sequance backtick-equal-backtick

Open ortsaslan opened this issue 1 year ago • 1 comments

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 1F6322C9-2AFA-4346-9A1F-3AC5C92553CF_1_201_a

DQL

No response

JS

No response

Dataview Version

0.5.64

Obsidian Version

1.5.3

OS

MacOS

ortsaslan avatar Feb 18 '24 13:02 ortsaslan

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.

holroy avatar Feb 25 '24 01:02 holroy