Rob
Rob
Just adding this here for reference: Explore the possibility to use [pygmentize with Pandoc](https://tony-zorman.com/posts/pygmentising-hakyll.html). It might be slighly better colour tokens. Also see [this old issue](https://github.com/badlydrawnrob/anki/issues/134) about getting the colours...
> [Variable fonts](https://fonts.google.com/knowledge/introducing_type/introducing_variable_fonts) allow you to use a single file for all font variations. It's reasonably supported for base features (`font-weight`, `font-style`) ... but [browser compatibility](https://caniuse.com/?search=font-variation-settings) seems a bit confused....
> **🚀 Edit: Don't use webpack, use `elm-watch` (or try parcel/vite)** (see [below](https://github.com/jfairbank/programming-elm.com/issues/16#issuecomment-3194657263) conversation) > **🐁 Future chapters can also use `esbuild` to compile react files** for a lighter setup...
**Is your feature request related to a problem? Please describe.** I need to link or mention another existing card within a card **Describe the solution you'd like** A `@mention` type...
Apologies if this is somewhere in the documentation, but I can't find it. I'm looking for a replacement for Peewee (which has [pragma](https://docs.peewee-orm.com/en/latest/peewee/sqlite_ext.html#getting-started) and `strict_tables` support) that's async with FastAPI....
We can use the [`attribute`](https://package.elm-lang.org/packages/elm/html/latest/Html-Attributes#attribute) function to handle this, but it's a very useful [new feature](https://www.w3schools.com/tags/att_img_loading.asp) and works on [modern browsers](https://caniuse.com/loading-lazy-attr). I'm sure there are other regularly used HTML attributes...
> There's quite a lot of "important `#!` comments knocking around. Especially on the `globals/cards.less` file. Tidy up a bit. - [ ] Re-evaluate [`--color` variable tokens](https://github.com/badlydrawnrob/print-first-css/issues/76)[^1] - [ ]...
> For now: bold is `400`, removed HTML underlined tags, grey comments in [Print-First-CSS](https://github.com/badlydrawnrob/print-first-css/commits/master/?since=2025-06-25&until=2025-06-25). You'll also need to [check colours](https://webaim.org/resources/contrastchecker/) for [accessibility](https://colourcontrast.cc/). I've collected a variety of [monochrome themes](https://isabellawinchester.co.uk/blogs/blog/elegantly-using-monochromatic-themes) offline...
> You can find a long-winded [old issue](https://github.com/badlydrawnrob/anki/issues/50) [here](https://github.com/badlydrawnrob/anki/issues/66) also. > _"Usually a `` is an image, illustration, diagram, code snippet, etc."_ 1. It's fine to use [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/figure#usage_notes) with images...
## Adding `{{c1::Cloze Tag}}` to `Missing!` card > Make sure you only put the [`{{c1::cloze tag}}`](https://docs.ankiweb.net/editing.html#cloze-deletion) in the correct field, or Anki will complain LOUDLY! **You'll need to use `rich...