TipTap editor page with REST persistence #25
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The core editing experience: a real WYSIWYG editor bound to the Yjs document, saved via REST until the collab server exists.
Scope
Build the page view/edit route
/p/:pondSlug/:pageSlug: TipTap with the shared schema and a Yjs document (@tiptap/extension-collaborationbound to a localY.Doc), toolbar (headings, lists, marks, table, code block, image placeholder, undo/redo), title editing, debouncedPUT /pages/:id/statesaves with save-state indicator, read view for non-edit mode, and the vision requirement 'sidebar hidden in edit mode'.Acceptance criteria
Technical notes
Dependencies
Depends on #23, #24.
Size: ~2 days
Conventions: English code/comments, clear human-readable code, no hard-coded UI strings (ADR 0012, add
deanden), permission checks only via the shared guard (docs/architecture/permissions.md). Read the referenced ADRs before starting.