ebisu-flashcards / flashcards-core

Python library for flashcards and spaced repetition applications.
https://ebisu-flashcards.github.io/flashcards-core/
GNU Affero General Public License v3.0
5 stars 2 forks source link

Import/Export #1

Closed ZanSara closed 3 years ago

ZanSara commented 3 years ago

Add import/export of any part of the model into a well-known format (JSON for example).

Arguably this function could be delegated to a frontend, but given that every frontend should implement it anyway it's probably better to have it in the core

A good idea is also to support other formats like Anki or Quizlet if they're not too much of a headache, or maybe to make a separate small library for that.

To evaluate.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had any activity in the last 120 days. If no more activity is detected, it will be labeled as stale and closed automatically within a week.

stale[bot] commented 3 years ago

This issue is stale and is being closed. Please reopen it if there is anything to add at a later stage, but make sure there isn't any newer issue open on the same topic.

ZanSara commented 3 years ago

Quite done in 239df9e, tests to be refined for the importer.