enso/app/common/src
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
..
services Fix copy and paste on local backend (#11701) 2024-12-02 12:52:49 +03:00
text Fix referesh Interval (#11732) 2024-12-03 13:06:15 +00:00
utilities Table.input for pasting tabular data (#11695) 2024-12-03 15:22:15 +00:00
accessToken.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
appConfig.d.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
appConfig.js Attempt to fix broken envs during build (#11584) 2024-11-21 18:39:57 +00:00
backendQuery.ts Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
buildUtils.d.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
buildUtils.js A set of little improvements. (#11386) 2024-10-24 07:38:08 +00:00
config.json Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
detect.ts A set of little improvements. (#11386) 2024-10-24 07:38:08 +00:00
gtag.ts A set of little improvements. (#11386) 2024-10-24 07:38:08 +00:00
index.d.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
index.js Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
load.ts Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
queryClient.ts Fix referesh Interval (#11732) 2024-12-03 13:06:15 +00:00