From 5d38e8c780a38a3344c43be4fff5c717fcf8a736 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Wed, 26 Nov 2025 15:32:10 -0500 Subject: Document deck editor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 043d1c7..d048e0b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ The "?" button will display the available keyboard shortcuts. When the review is complete, you will be prompted to download a JSON file. This contains the deck of cards updated with new scheduling parameters for your next review. +SRS Anywhere comes with a simple editor for adding, editing, and removing cards from a deck. +Open `deck-editor.html` and press the "Browse..." button in the top right-hand corner to load a deck of cards. +The page will populate with one or more tables, each corresponding to a specific type of card, and input fields for part of the card. +The button labeled with a plus sign (+) will add a card of that type to the deck, with an automatically-generated ID. +Press the "Download JSON" button in the top right-hand corner to download the modified deck. + ### Format for Cards The `cards.json` file is an array of objects containing at least the keys `id`, `front`, and `back`. -- cgit v1.3