From 3a7457b17e4ed52d8aa2477acc8cc4983d426efc Mon Sep 17 00:00:00 2001
From: ronzulu <75528127+ronzulu@users.noreply.github.com>
Date: Tue, 30 Jul 2024 11:38:03 +1000
Subject: [PATCH] Progress
---
.../{cloze-cards => }/basic-cloze-cards.md | 2 +-
docs/en/flashcards/flashcard-settings.md | 20 ------------
docs/en/flashcards/flashcards.md | 2 +-
docs/en/index.md | 29 ++++++++++++++++--
docs/en/media/image-annotation.docx | Bin 414423 -> 428439 bytes
docs/en/media/settings-notes.jpg | Bin 0 -> 53816 bytes
docs/en/notes.md | 26 +++-------------
docs/en/plugin-settings.md | 8 +++++
docs/en/resources.md | 22 +++++++++++--
.../user-doco-vault/.obsidian/workspace.json | 15 +++++----
... Amazon DynamoDB.md => Amazon DynamoDB.md} | 0
docs/stylesheets/extra.css | 7 +++++
mkdocs.yml | 6 ++--
13 files changed, 78 insertions(+), 59 deletions(-)
rename docs/en/flashcards/{cloze-cards => }/basic-cloze-cards.md (96%)
delete mode 100644 docs/en/flashcards/flashcard-settings.md
create mode 100644 docs/en/media/settings-notes.jpg
rename docs/en/user-doco-vault/Computing/AWS/DynamoDB/{93. Amazon DynamoDB.md => Amazon DynamoDB.md} (100%)
diff --git a/docs/en/flashcards/cloze-cards/basic-cloze-cards.md b/docs/en/flashcards/basic-cloze-cards.md
similarity index 96%
rename from docs/en/flashcards/cloze-cards/basic-cloze-cards.md
rename to docs/en/flashcards/basic-cloze-cards.md
index a06afed1..2e737b89 100644
--- a/docs/en/flashcards/cloze-cards/basic-cloze-cards.md
+++ b/docs/en/flashcards/basic-cloze-cards.md
@@ -1,6 +1,6 @@
# Basic Cloze Cards
-With [Single & Multiline Cards](../flashcard-syntax.md) the text of both the front and back of each card is specified.
+With [Single & Multiline Cards](../flashcards/qanda-cards.md) the text of both the front and back of each card is specified.
With `cloze` cards a single text is specified, together with an identification of which parts of the text should be obscured.
diff --git a/docs/en/flashcards/flashcard-settings.md b/docs/en/flashcards/flashcard-settings.md
deleted file mode 100644
index 1cf26ae6..00000000
--- a/docs/en/flashcards/flashcard-settings.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Plugin Settings
-
-## Flashcard Settings
-
-### Tags & Folders
-
-![flashcard-settings-tag-folders.jpg](https://github.com/user-attachments/assets/34baba63-8439-4f31-b07b-e8f62671b621)
-
-### Flashcard Review
-
-![flashcard-settings-review.jpg](https://github.com/user-attachments/assets/fe81f6a8-e333-4894-b6cd-db68e1ae6f86)
-
-### Flashcard Separators
-
-![flashcard-settings-separators](https://github.com/user-attachments/assets/bc5706de-80d7-445d-9e9c-5c9fe6d9522a)
-
-### Storage of Scheduling Data
-
-![flashcard-settings-scheduling-data](https://github.com/user-attachments/assets/200bb976-c631-4d73-82a5-12ba7e140339)
-
diff --git a/docs/en/flashcards/flashcards.md b/docs/en/flashcards/flashcards.md
index 9492ce95..6ee3227a 100644
--- a/docs/en/flashcards/flashcards.md
+++ b/docs/en/flashcards/flashcards.md
@@ -3,7 +3,7 @@
Flashcards are defined within standard Obsidian markdown files.
A markdown file containing flashcards must identify the [deck](decks.md) (or decks) into which the flashcards are placed.
-However, the file does not need to be tagged as a [note](notes.md) for it to have flashcards defined.
+However, the file does not need to be tagged as a [note](../notes.md) for it to have flashcards defined.
Two types of flashcards are supported:
diff --git a/docs/en/index.md b/docs/en/index.md
index 2542cf28..31187add 100644
--- a/docs/en/index.md
+++ b/docs/en/index.md
@@ -15,8 +15,10 @@ Fight the forgetting curve by reviewing flashcards & notes using spaced repetiti
!!! tip "Features"
- :material-circle-medium: [Flashcards](flashcards.md)
- :material-circle-medium: [Notes](notes.md)
+ :material-circle-medium: [Flashcards](flashcards/flashcards.md) :material-circle-medium: [Notes](notes.md)
+
+ :material-circle-medium: [Repetition Algorithms](algorithms.md) :material-circle-medium: [Data Storage](data-storage.md)
+
!!! tip "Help & Support"
@@ -29,14 +31,34 @@ Fight the forgetting curve by reviewing flashcards & notes using spaced repetiti
+---
## Quick Demo
+
+![user-interface-overview](https://github.com/user-attachments/assets/977bab30-cc5e-4b5c-849e-3881d82b3f8e)
+
+
+!!! note ""
+
+ 1. Display the [Note Review Queue](notes.md#note-review-queue)
+ 2. Note review queue
+ 3. Display the Obsidian command dialog to access the plugin [commands](plugin-commands.md)
+ 4. Select a flashcard [deck](flashcards/reviewing.md#deck-selection) to [review](flashcards/reviewing.md#reviewing)
+ 5. Identify that flashcards within this note are in the `#flashcards/science/physics` [deck](flashcards/decks.md#using-obsidian-tags)
+ 6. A [single line question](flashcards/qanda-cards.md#single-line-basic) (identified by the `::` separating the question and answer)
+ 7. The plugin stores scheduling info within this [HTML comment](data-storage.md#individual-markdown-files)
+ 8. The number of notes and flashcards currently due for review. Click to SOMETHING.
+
+
+---
+
+
## Installation
You can easily install the plugin from Obsidian's community plugin section in the Obsidian app (Search for `Spaced Repetition`).
@@ -44,8 +66,9 @@ You can easily install the plugin from Obsidian's community plugin section in th
### Manual Installation
!!! note "Advanced"
- Create an `obsidian-spaced-repetition` folder under `.obsidian/plugins` in your vault. Add the `main.js`, `manifest.json`, and the `styles.css` files from the [latest release](https://github.com/st3v3nmw/obsidian-spaced-repetition/releases) to the folder.
+ Create an `obsidian-spaced-repetition` folder under `.obsidian/plugins` in your vault. Add the `main.js`, `manifest.json`, and the `styles.css` files from the [latest release](https://github.com/st3v3nmw/obsidian-spaced-repetition/releases) to the folder.
+---
## Support
diff --git a/docs/en/media/image-annotation.docx b/docs/en/media/image-annotation.docx
index fd683b74ba269faea4aaf6a12c8f7b71f29da944..4d0324779ac3f39525de6ce638e4fb49baf9c8a3 100644
GIT binary patch
delta 125491
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