Dump Anki2 flashcards to HTML
First, compile the package using the golang tool chain:
go build github.com/meisterluk/anki2html
Secondly, run the anki2html executable with an APKG file as argument (like the ones at ankiweb.net):
anki2html ./Countries_of_the_World.apkg
An out folder will be created containing the dump:
cheers, meisterluk