Skip to content

Setup: Anki

Frequency Sorting (using AutoReorder Add-on)

To automatically sort newly added cards by frequency:

  1. Install the AutoReorder add-on (757527607).
  2. Go to Tools -> AutoReorder Options...
  3. Paste the following configuration:

    {
        "search_to_sort": "deck:Senren is:new", // Adjust deck name if needed
        "shift_existing": true,
        "sort_field": "freqSort",
        "sort_reverse": false
    }
    
    4. Ensure the freqSort field in the Senren note type has "Sort by this field in the browser" checked in Anki's Fields dialog.

Anki Reorder Setting

Fonts (Local Installation)

For consistent appearance, especially if using Anki on different devices, you can install the fonts locally within Anki:

  1. Download the font files from the Senren repository's Fonts folder.
  2. Place the downloaded font files (starting with _) into your Anki profile's collection.media folder. Path usually looks like:
    • C:\Users\[YourUsername]\AppData\Roaming\Anki2\[YourProfileName]\collection.media (Windows)
    • ~/Library/Application Support/Anki2/[YourProfileName]/collection.media (macOS)