Anki (software): Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[https://apps.ankiweb.net/index.html https://apps.ankiweb.net/index.html] | [https://apps.ankiweb.net/index.html https://apps.ankiweb.net/index.html] | ||
==Flipping Cards== | |||
==Cards== | |||
===Flipping Cards=== | |||
See [https://www.youtube.com/watch?v=DnbKwHEQ1mA&yt Youtube video] | See [https://www.youtube.com/watch?v=DnbKwHEQ1mA&yt Youtube video] | ||
==Memrise to Anki== | ==Extensions== | ||
===Memrise to Anki=== | |||
[https://www.npmjs.com/package/memanki-cli memanki] | [https://www.npmjs.com/package/memanki-cli memanki] | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
memanki --merge --id 282 | memanki --merge --id 282 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Self-Host== | |||
Anki now has a [https://docs.ankiweb.net/sync-server.html built-in sync server].<br> | |||
A docker container is available at https://github.com/dli7319/docker-anki-server |
Revision as of 21:00, 31 July 2023
Anki is an open source flash cards software.
https://apps.ankiweb.net/index.html
Cards
Flipping Cards
See Youtube video
Extensions
Memrise to Anki
memanki --merge --id 282
Self-Host
Anki now has a built-in sync server.
A docker container is available at https://github.com/dli7319/docker-anki-server