diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:32:10 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:32:10 -0500 |
| commit | 5d38e8c780a38a3344c43be4fff5c717fcf8a736 (patch) | |
| tree | e7598e8713609eada38d2d84479d545dabc13795 | |
| parent | 5dd9489868d24140d4006cc80edf3a3e16de8290 (diff) | |
Document deck editor
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | deck-editor.html (renamed from card-editor.html) | 0 | ||||
| -rw-r--r-- | deck-editor.js (renamed from card-editor.js) | 0 |
3 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`. diff --git a/card-editor.html b/deck-editor.html index d4fca8a..d4fca8a 100644 --- a/card-editor.html +++ b/deck-editor.html diff --git a/card-editor.js b/deck-editor.js index b60185e..b60185e 100644 --- a/card-editor.js +++ b/deck-editor.js |