Skip to content

Ticket 01KYFZ6RBHDMXV57V4JZW3PS5K

Rick Hightower edited this page Jul 28, 2026 · 1 revision

Fix editor mode-desync between WYSIWYG, Markdown, and Split views

01KYFZ6RBHDMXV57V4JZW3PS5K · task/bug · done

src/components/Editor/index.tsx keeps two independent sources of truth — the TipTap editor document and the rawMarkdown string state — that only reconcile in handleSave and the file-load effect.

Hierarchy

  • epic: Ticket-01KYFZ6RBHABFSC9K9NJ90168Q Motion next development phase — Close the gap between Motion's stated vision (organize/edit/visualize documentation, local-first) and what a user can actually reach today: several real, working modules (enrichment pipeline, editor extensions) have no UI entry point, plus a pre-existing editor mode-desync data-loss bug.

Subtasks

Progress: 1/1 done

Clone this wiki locally