https://github.com/anubisnekhet/prettifyremix
Templates for Anki
https://github.com/anubisnekhet/prettifyremix
anki anki-deck anki-flashcards css
Last synced: about 1 year ago
JSON representation
Templates for Anki
- Host: GitHub
- URL: https://github.com/anubisnekhet/prettifyremix
- Owner: AnubisNekhet
- License: mit
- Created: 2022-11-25T11:57:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T05:24:01.000Z (over 2 years ago)
- Last Synced: 2025-05-07T20:05:21.596Z (about 1 year ago)
- Topics: anki, anki-deck, anki-flashcards, css
- Language: SCSS
- Homepage:
- Size: 8.53 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prettify Remix
This repo contains templates inspired from [@pranavdeshai's](https://github.com/pranavdeshai) [Prettify](https://github.com/pranavdeshai/anki-prettify) deck for various uses.
### If you like my cards:
I've made this collection primarily for my own purposes and it's completely free, but if you do like it enough to consider throwing a few coins in my hat, here's a link.

## Index
| Note type | Link to apkg | Remarks |
| --------- | ------------ | ------- |
| Reversed | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/Reversed/Reversed.apkg) | - |
| Reversed Optional | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/Reversed-Optional/Reversed-Optional.apkg) | - |
| Cloze | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/Cloze/Cloze.apkg) | Contains an extra parameter to align items left |
| Sequence | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/Sequence/Sequence.apkg) | Randomised item sequences using JS |
| Vanilla Sequence | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/Sequence-Vanilla/Sequence-Vanilla.apkg) | Sequence but with minimal css and html |
| Image Occlusion Enhanced | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/ImageOcclusionEnhanced/ImageOcclusionEnhanced.apkg) | - |
| Anking Overhaul | [link](https://github.com/AnubisNekhet/PrettifyRemix/blob/main/Note-HTML/AnkingOverhaul/AnkingOverhaul.apkg) | WIP |
## CSS Compilation
You can build your own CSS as per your specifications.
### Prerequisites
- A sass interpreter, e.g. [dart sass](https://github.com/sass/dart-sass)
- Locally cloned repo
### Building
Run this code in the root folder of the repo:
sass ./CSS/style.scss ./CSS/style.css
Copy the css to each note template manually.
## Previews
### Anking Overhaul
## Cloze
## Image Occlusion Enhanced
## Reversed
## Sequence
## Sequence Vanilla