More linting

This commit is contained in:
Zef Hemel
2023-11-21 16:56:21 +01:00
parent 2aed9e5685
commit 9b89330ec9
6 changed files with 127 additions and 10 deletions
+8
View File
@@ -1,6 +1,14 @@
An attempt at documenting the changes/new features introduced in each
release.
---
## Next
* Upgraded set of emoji (completed via the :thinking_face: syntax) to 15.1 (so more emoji)
* General support for highlighting errors (underlined) in the editor. Currently implemented for:
* All YAML fenced code blocks (and [[Frontmatter]]): will now highlight YAML parse errors
* [[Live Queries]]: will highlight non-existing query sources and non-existing template references in `render` clauses
---
## 0.5.6
* Various optimization and bug fixes