Writing no longer disappears after the first background save. Miracle keeps the same editor mounted while the new daily note becomes a stored record, so the words on screen, the insertion point, and the selected note all remain together.
- Each Notes tab now identifies its own changes, so it does not mistake its successful autosave for an edit from another browser.
- Live updates carry the exact saved revision and refresh only when a genuinely newer version exists.
- A real change from another tab is staged behind the editor you are using instead of clearing the writing room first.
- If a follow-up read fails, the open note remains visible and editable. Miracle no longer replaces it with a blank canvas or reports a display problem as a connection failure.
- Pin, private link, history, embedded to-do, and delete actions remain attached to the saved note immediately after its first autosave.
- Conflict recovery retains local writing, rebases it onto the latest stored revision, and retries without asking for a manual save.
- Clicking within a line now leaves pointer placement to the editor, so the caret moves exactly where the mouse or finger selected instead of snapping back to the end.
- New regression coverage holds the editor DOM, focus, content, action controller, revision token, and failed-refresh behavior together as one contract.