generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Labels
bugSomething isn't working.Something isn't working.
Description
What happened?
Just try to enable Dataview from community plugins in Obsidian menu, and write note with ===, like this:
1. line1 line1 line1 line1
2. line2 line2 `line2`
3. line3 line3 line3 line3 `===`Try to enable and disable Dataview and got this result:
- If Dataview enabled, it will throw error
Dataview (inline field '=='): Error:
-- PARSING FAILED --------------------------------------------------
> 1 | ==
| ^
Expected one of the following:
'(', 'null', boolean, date, duration, file link, list ('[1, 2, 3]'), negated field, number, object ('{ a: 1, b: 2 }'), string, variable
- If Dataview disabled, it will properly rendered
DQL
No response
JS
Dataview Version
0.5.68
Obsidian Version
1.8.14
OS
MacOS
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.