Recognize Markdown tables on paste and while typing (#339) #344
No reviewers
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#344
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-339-markdown-table-paste"
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?
Root cause of the paste half: the Markdown conversion (#30) already handled tables, but ANY text/html clipboard flavor bypassed it -- and VS Code (copyWithSyntaxHighlighting) ships the plain text a second time as styled div/span HTML. Clipboard HTML without a single structural element is now treated as equivalent to the plain text; rich-text sources keep going through ProseMirror's HTML paste.
| --- | --- |separator row below a pipe row converts the two paragraphs into a real table; body rows are then typed cell-wise with Tab appending rows (#338)Stacked on #343 (fast-forward chain #340 -> #341 -> #342 -> #343 -> this).
Closes #339
b7360dd48etof142289813