Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eth-p/anki-cards
A collection of custom-designed Anki note types.
https://github.com/eth-p/anki-cards
anki anki-cards anki-flashcards
Last synced: 18 days ago
JSON representation
A collection of custom-designed Anki note types.
- Host: GitHub
- URL: https://github.com/eth-p/anki-cards
- Owner: eth-p
- Created: 2018-03-06T02:18:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T02:54:51.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T20:35:12.162Z (2 months ago)
- Topics: anki, anki-cards, anki-flashcards
- Language: CSS
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anki-Cards
A collection of custom-designed Anki note types.
Click on one of the card types below for explanations and a preview image.|Type|Usage|
|:--|:--|
|[Choice](Choice/About.md)|A choice between one or more randomized options.|
|[Definition](Definition/About.md)|A dictionary or terminology definitions. (Reversible)|
|[Fact](Fact/About.md)|A fact.|
|[Formula](Formula/About.md)|A math formula.|
|[Note](Note/About.md)|A plain flash card for notes.|
|[Theorem](Theorem/About.md)|A math theorem.|
|[Translation](Translation/About.md)|A translation for a word.|## Installation
**You must use Anki for Mac/Windows/Linux.**
1. Download `Anki-Cards.apkg` file from the [latest release](https://github.com/eth-p/Anki-Cards/releases/latest).
2. Using the Anki application, import the `Anki-Cards.apkg` package.
3. Optimize the Anki database. [(manual)](https://apps.ankiweb.net/docs/manual.html#checking-your-collection)
4. Congratulations! The note types have been added to your Anki database.## Building
To build the cards' CSS and HTML templates, you need to run a couple commands:
```shell
npm install
npm run build
```This will create a `Release` directory with subdirectories for each card type.
## Contributing
### Anki Qt Compatibility
Please note that Anki Qt's web renderer is quite old, and does not
have support for many modern features such as JavaScript's `let` or CSS's `flex`.