👨🏻🎨 Breeze Dark (Modified) — a new colour theme!
It's been a while! We've got a bunch of changes but I'll keep it short:
- New colours! There's also a new font in town, Recursive.
- Dark Mode now available and follows
prefers-color-scheme
system settings.1 - Draw! An experimental card for images and sketches
- This is likely to change in future.
Quick start
Beginners: focus on writing great cards before you use the compiler (follow these docs).2
- Follow the guide
- See assets below for the latest
.apkg
Anki deck
Feedback:
I'd love to get your feedback, or any issues you may have.
- Can you get everything you need done easily?
- How do you find the
markdown->html
compiler? - Any bugs?3
Notes
- It'd be nice if people could share the syntax highlighting themes they're using.
- If you don't like change, you can stick with the old theme and font.
- Everything is pretty well tested (on Mac and iPhone), but the documentation might need some work.
-
Select "Follow System" in Anki's settings. ↩
-
You can find some helpful card writing guides here and here. It took me a while to get used to compilers and terminal, and I think it's one of the downfalls of programming languages that you have to jump through hoops just to get it set up. Thonny (for Python) and Dr.Racket (for Lisp) do this better — no setup! ↩
-
I've spent a lot of time overhauling the CSS (I'll write about that in future, if you're into that sort of thing), and it should be bug free. If you're forking or cloning this repo and customising it, there'll be a bit of work to do. It's actually a lot easier now, as everything is sharing the same
gl-Card
styles. ↩