OneList icon indicating copy to clipboard operation
OneList copied to clipboard

support pasting multiline text as multiple

Open WebFreak001 opened this issue 4 years ago • 1 comments

When I get a checklist sent by other people via a text manager it is usually some kind of formatted list like

o hello
x world

or

[ ] potato
[ ] apple
[ ] chocolate

I would like to have the option to either have all line separated texts, pasted into the entry field, be treated as separate todo list items or some kind of parser for it.

Currently when pasting multiline text it renders it all as a single line in the input and becomes a huge entry when adding.

WebFreak001 avatar Apr 17 '20 08:04 WebFreak001

A family member sent me a shopping list in SMS and I wanted to convert it to a todo list. I think it would be nice to have an "import" feature where you can split on either newlines or commas, etc.

crumblingstatue avatar Dec 23 '20 13:12 crumblingstatue