JPCards is a collection of custom Anki cards made for learning the japanese language.
JPCards have a interactive demo that can be accessed here.
JPCards can be downloaded here.
Important
JPCards does not work on AnkiWeb.
-
Download JPCards.colpkg.
-
In Anki:
-
Choose File > Import.
-
Select the JPCards.colpkg file.
-
(Optional) Remove included demo notes in the card browser.
-
-
Done. (You can now create new notes with the JPCards note type)
Important
JPCards does not work on AnkiWeb.
Additional information on importing in Anki can be found here.
JPCards is developed using Visual Studio Code with the following extensions:
The prerequisites for building JPCards are the following:
The build process is the following:
-
Start Anki.
-
Configure AnkiConnect. (Can be skipped if fresh install)
-
Tools > Add-ons
-
select AnkiConnect and then click Config
-
Replace with the following:
{ "apiKey": null, "apiLogPath": null, "ignoreOriginList": [], "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOriginList": ["http://localhost"] }
-
-
Download and extract the project.
-
Enter the project folder
-
Run
node build.js
-
(Optional) Remove included demo notes in the card browser.
-
Done. (You can now create new notes with the JPCards note type)
Important
JPCards does not work on AnkiWeb.