A plain and simple template, in imitation of Facebook's FB5 design.
-
No third-party dependencies. No font or images required.
-
Support all Anki versions on all platforms, including Anki for PC, AnkiDroid, and AnkiMobile for iOS.
-
Animation: This template has an appealing answer revealing animation.
-
Night mode/Dark mode is supported.
- Go to the Release page;
- Download the latest
.apkgfile; - Import the
.apkgfile into Anki. For example, you can useFile->Importon Anki for PC to import the cards; - The template will be available for new cards.
If you want to make changes to the code or build a deck on your own, please follow this guide:
- Run
npm run watch-scssandnpm run watch-cssfor compiling.scssto.cssin real time. - Make changes to everything inside
/src/. - Use a HTML server (e.g.
python -m http.server) for developing. - After coding:
- Copy the HTML code of question card and unrevealed answer card into the
front templatein Anki; - Copy the HTML code of question card and revealed answer card into the
back templatein Anki; - Copy the code in
build/out.cssinto thestylein Anki.
- Copy the HTML code of question card and unrevealed answer card into the
Released under the MIT license.

