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?
When I create a task that contains the copyright symbols like this:
- [ ] Change copyright to 'Copyright © 2025 ACME'
Obsidian crashes when displaying it via a dataview query.
I attached an example query, but a simpler one will also work.
DQL
TASK
WHERE !completed
GROUP BY file.folder + " / " + file.link
SORT file.mtime DESC
JS
Dataview Version
0.5.68
Obsidian Version
1.9.12
OS
Windows
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.