diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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`. |