Skip to content

4.0.0

Choose a tag to compare

@alagrede alagrede released this 29 Jun 20:10
· 13 commits to master since this release

v4.0.0 — One editor

This is a major release. We rebuilt Znote's text editor from the ground up to unify Source mode and Live preview into a single, consistent editing experience — so switching between them is no longer a disruptive context switch.

✨ Highlights

One unified editor

Source mode and Live preview now share the same underlying editing engine. Whichever way you prefer to work — raw Markdown or rendered preview — you get the same behavior, the same shortcuts, and the same document state underneath. No more two editors pretending to be one.

Non-destructive Markdown

The editor now takes a non-destructive approach to your Markdown. Your source is treated as the source of truth and is no longer rewritten or reformatted behind your back when rendering the preview. What you wrote is what stays on disk.

Undo survives mode switches

Ctrl+Z now keeps working across mode switches. Toggle between Source and Live preview as often as you like — your full undo/redo history is preserved instead of being reset. Editing flow is continuous, no matter how you move between views.

⬆️ Upgrade notes

This release changes the editing core. If you hit any bug or unexpected behavior, please reach out: contact@alc-digital.fr or open an issue — I read every report and fix fast.