Pasting incompatible nodes into tables

Hi, I don’t really have a clear question here, but just wanted to garner some ideas as to better handle pasting incompatible content in tables. Whenever pasting incompatible content, it will break the table into two, which I guess is to be expected? Some solutions we’re thinking around are

  1. allow all node types as content
  2. handle each case (e.g. different types of atom nodes) differently
  3. try to convert everything to compatible nodes aka text

Any pointers would be helpful, Thanks

I think many table setups do variant 1—allowing whatever is allowed at the top level inside tables. But when that is not an option, you will indeed probably want some kind of custom paste handler to ‘clean up’ pasted content inside cells.