cardwiki / cardwiki

A flashcard learning web app where decks can be edited collaboratively (like in a wiki).
5 stars 0 forks source link

Anki import / export #5

Open Gittenburg opened 4 years ago

Gittenburg commented 4 years ago

Anki is the leading open source flashcard learning app, so we should support importing / exporting Anki files. For a start supporting text-only cards should be enough. Anki can import and export multiple formats so we should pick the simplest one (probably not .apkg). Anki apparently formats card as HTML, so we would need to attempt to convert it to Markdown and strip away unknown tags.