Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meisterluk/anki2html
- Owner: meisterluk
- License: mit
- Created: 2017-03-01T04:59:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T10:40:31.000Z (over 5 years ago)
- Last Synced: 2023-03-11T19:06:49.309Z (over 1 year ago)
- Topics: anki, education, flashcards, learning, retention
- Language: Go
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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