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
.apkg
file; - Import the
.apkg
file into Anki. For example, you can useFile
->Import
on 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-scss
andnpm run watch-css
for compiling.scss
to.css
in 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 template
in Anki; - Copy the HTML code of question card and revealed answer card into the
back template
in Anki; - Copy the code in
build/out.css
into thestyle
in Anki.
- Copy the HTML code of question card and unrevealed answer card into the
Released under the MIT license.