enso/app/common
Ilya Bogdanov 4d2e44c878
Table.input for pasting tabular data (#11695)
Closes #11350

- Copy/pasting tabular data now creates `Table.input` nodes.
- Column names are always copied when you work inside Enso (excluding cases when you paste some cells into an existing table)
- When working with external apps, column names are copied only if `Copy with headers` is selected.

https://github.com/user-attachments/assets/a1233483-ee4a-47e4-84a1-64dd0b1505ef

Roundtrip with Google Spreadsheets (shows non-trivial TSV data that includes quotes and newlines):

https://github.com/user-attachments/assets/4ac662a2-809f-423a-9e47-628f46f92835
2024-12-03 15:22:15 +00:00
..
src Table.input for pasting tabular data (#11695) 2024-12-03 15:22:15 +00:00
package.json Fix referesh Interval (#11732) 2024-12-03 13:06:15 +00:00
tsconfig.json Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00