Skip to content

My setup of Anki. My flashcard decks: GitHub repo/AnkiWeb directory.

  1. Anjoy (costs $5 Patreon support of Glutanimate)
    • in the end, I prefer to use antimicro (Anjoy doesn’t let me use it as a mouse)
    • Patreon post (v0.1.0)
  2. antimicro
  3. Better Tags
  4. Visual Feedback
    • beta (v1.0.0-beta3)
  • Progress bar (replacement for Remaining time and then Progress Bar original)
    • official (v1.3)
    • beta (v2.0)
      • my changes:

        showPercent = True # Show the progress text percentage or not.
        showNumber = True # Show the progress text as a fraction
        maxWidth = "20px" # (e.g. "5px". default: "")
        qtxt = "aliceblue" # Percentage color, if text visible.
        qbg = "#585858" # Background color of progress bar.
        qfg = "#22b14c" # Foreground color of progress bar.
        qbr = 8 # Border radius (> 0 for rounded corners).