Native spellcheck support
The editor now supports system spellcheck out of the box.
You can toggle the option via Preferences → Editing → Markdown → Spellcheck.
Syntax highlighting in note link autocompletion preview
You can quickly insert note links by typing [[, which displays an autocomplete menu matching your notes.
As you navigate through the results, a floating pane previews the note content.
This preview pane now supports syntax highlighting.
Improvements
Local HTTP server
Added partial update endpoints for notes, books, and tags:
POST /note/:docIdPOST /book/:docIdPOST /tag/:docId
Only _id and _rev are required in the request body. All other fields are optional — only the fields you include will be updated, leaving the rest unchanged.
Telescope command palette
Added descriptions to commands and hid internal commands that require parameters from the palette.
Bugfix
- Slash commands and note link autocompletion not working (Thanks @p1n9_d3v)
core:toggle-heading-biggercommand not working- Editor not updating the document when restoring an old revision from the revision history dialog
Join the Canary testing
[!warning]
Canary is meant to be early testing. You cannot expect it as stable as the official release. Feedback is appreciated!
You can download the binary here:
How to give feedback
Please create a topic on the “Issues > Canary” category.
This is the most preferred way for me because I can manage which issue has been resolved or not.
We have our Discord server, where you can casually discuss and talk with other users.

