mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2
17 stars 0 forks source link

Semantics of cut and paste #24

Open jhbrown94 opened 2 years ago

jhbrown94 commented 2 years ago

In Elm-UI, if I want to make a list, I roll my own with bullets or numbers, each item is a row whose first element is the number, the rest is the content, etc. But this does not cut-and-paste semantically as a list into another application; the bullet pastes as one item, the rest as additional items. It would be great if there were a way to make exchange via clipboard more feasible.