summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-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
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`.
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