hwgilbert16 / scholarsome

Web-based interactive flashcard learning software
http://scholarsome.com
GNU Affero General Public License v3.0
516 stars 29 forks source link

Basic import and export features #78

Closed tymoteuszv closed 11 months ago

tymoteuszv commented 11 months ago

Adding a basic export feature would improve interoperability with other apps, serve as simple backup feature and much more.

Similarly, having an import feature that accepts CSV or plain text formats with simple rules would make it easier for people to move their data into the platform. This change would also allow for faster creation of flashcards through typing them line by line instead of relying on clicking various buttons within the user interface.

hwgilbert16 commented 11 months ago

Great suggestion. This is already in the works, and it should be out in the next release. We'll have support for direct exports to Anki (as a .apkg) and Quizlet, along with a general .csv export.

https://github.com/hwgilbert16/scholarsome/issues/69

tymoteuszv commented 11 months ago

Great to hear, how about import though, is general (e.g. csv) importing support in the works as well?