buttondown / roadmap

Buttondown's public roadmap
51 stars 0 forks source link

Tiptap table ergonomics are problematic #3291

Open mary-ext opened 4 weeks ago

mary-ext commented 4 weeks ago
  1. Open the editor
  2. Create a table
  3. Attempt to delete it

It doesn't seem possible without going to Markdown mode and deleting it that way. What's also bad is we don't seem to reserve an empty paragraph following the table, so it's not possible to create new paragraphs.

I've never dealt with tables in Tiptap before, so this seems like a fun challenge

jmduke commented 4 weeks ago

It is possible through the very arcane behavior of "selecting every single cell and deleting" but agree that it's incredible undiscoverable (and also concur re: that empty follower para issue.) Docs say there's an allowTableNodeSelection setting; maybe this is an easy one, at least re: the former?