An open API service indexing awesome lists of open source software.

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

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.

Buy Me A Coffee

## 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