pyfection / servare

The Django code for the website
http://www.servare.org
5 stars 2 forks source link

New Collection: Pasting text #161

Closed pyfection closed 5 years ago

pyfection commented 5 years ago

A user should be able to paste text directly into the input box in a new collection. If this is hard to do, a separate button "paste" can be added. The pasted text should be splitted correctly by spaces and line breaks.

pyfection commented 5 years ago

Working