daniel-lerch / vocup

Vocabulary trainer.
https://www.microsoft.com/p/vocup/9n6w2h3qjqmm
GNU Affero General Public License v3.0
9 stars 3 forks source link

Add multi-line support for vocabularies #34

Open Schafwolle opened 3 years ago

Schafwolle commented 3 years ago

The new file format should support multi-lines(supported by json, therefore it would be possible to support multi-lines in vocabulary screens. I know this is something that could be done with vocup 2.0

daniel-lerch commented 3 years ago

That's a very good idea. With JSON that's really easy to implement but the UI might be tricky in some cases as well as the evaluation of multiline words. Because the enter key should stay a submit button for both input and practice we could use Shift+Enter like WhatsApp Web and other messengers do to create a new line.