Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meisterluk/anki2html

Dump Anki2 flashcards to HTML
https://github.com/meisterluk/anki2html

anki education flashcards learning retention

Last synced: 24 days ago
JSON representation

Dump Anki2 flashcards to HTML

Awesome Lists containing this project

README

        

anki2html
=========

Dump Anki2 flashcards to HTML

First, compile the package using the link:https://golang.org/doc/install[golang tool chain]:
____
go build github.com/meisterluk/anki2html
____

Secondly, run the anki2html executable with an APKG file as argument (like the ones at link:http://ankiweb.net/[ankiweb.net]):
____
anki2html ./Countries_of_the_World.apkg
____

An out folder will be created containing the dump:

image:demo.png?raw=true[alt="Example flashcards dump", caption="An example what the HTML dump looks like", width="404"]

cheers,
meisterluk