Table: recognize Markdown table syntax on paste (and while typing) #339
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#339
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?
Problem
Copying a table out of Dorfteich yields correct Markdown as plain text (verified via paste into VS Code). But pasting that Markdown back -- or typing Markdown pipe syntax by hand -- inserts the text verbatim; no table is created. (DT -> DT copy/paste works because ProseMirror transports HTML on the clipboard.)
Reported by Stefan on 2026-08-15.
Scope
Two parts, (a) is the core:
| a | b |plus a separator line into a table, analogous to the existing Markdown shortcuts.Acceptance criteria