Skip to content

Commit a04d8b1

Browse files
committed
updated docs
1 parent 52a252c commit a04d8b1

File tree

9 files changed

+34
-4
lines changed

9 files changed

+34
-4
lines changed

docs/src/developer_guide/docs.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,17 @@ http(s)://<username>.github.io/<repository>
3838
```
3939

4040

41+
### Styling
42+
43+
For additional spacing between bullet points, you have to add a space between at least one of the points, e.g.:
44+
``` text
45+
* **a**:
46+
a
47+
48+
* **b**:
49+
b
50+
* **c**:
51+
c
52+
```
53+
4154

docs/src/img/recalc-tab.png

8.87 KB
Loading

docs/src/img/shortcuts-tab.png

24.8 KB
Loading

docs/src/user_guide/setup/settings/extra-fields.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The fields contain the following:
1414

1515
- **am-unknowns**:
1616
A list of the morphs that are still unknown to you that was found in the text
17+
1718
- **am-unknowns-count**:
1819
The number of unknowns found
1920
- **am-highlighted**:

docs/src/user_guide/setup/settings/preprocess.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Here are some options that can preprocess the text on your cards, potentially re
66

77
* **Ignore content in square brackets []**:
88
Ignore content such as furigana readings and pitch
9+
910
* **Ignore content in round brackets ()**:
1011
Ignore content such as character names and readings in scripts
1112
* **Ignore content in slim round brackets( )**:

docs/src/user_guide/setup/settings/recalc.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Recalc automatically runs before Anki syncs your card collection.
77
> **Note**: If you use the [FSRS4Anki Helper add-on](https://ankiweb.net/shared/info/759844606) with an `Auto [...]
88
after sync`-option enabled, then this can cause a bug where sync and recalc occur at the same time.
9+
910
* **Suspend new cards with only known morphs**:
1011
Cards that have either the ['All morphs known' tag](tags.md) or the ['Set known and skip' tag](tags.md) will be
1112
suspended on Recalc.
@@ -18,4 +19,14 @@
1819
only seeing known morphs since it goes up every time you study new cards, but it can also give you a false sense of
1920
confidence.
2021
* **U and A shows known morphs**:
21-
[U and A](../../installation/changes-to-anki.md#toolbar) only show known morphs (uses the `Learning interval of known morphs` setting above).
22+
[U and A](../../installation/changes-to-anki.md#toolbar) only show known morphs (uses the `Learning interval of known morphs` setting above).
23+
* **am-unknowns field shows morph inflections**:
24+
The [Extra Field](../../setup/settings/extra-fields.md#using-am-unknowns) `am-unknowns` shows morphs in their inflected forms.
25+
``` text
26+
"walking and talking" -> [walking, and, talking]
27+
```
28+
* **am-unknowns field shows morph lemmas**:
29+
The [Extra Field](../../setup/settings/extra-fields.md#using-am-unknowns) `am-unknowns` shows morphs in their lemma (base) forms.
30+
``` text
31+
"walking and talking" -> [walk, and, talk]
32+
```

docs/src/user_guide/setup/settings/skip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ your cards based on how well you know its content; the more you know, the sooner
77
this is that it might take a long time before you see a cards with any unknown morphs, i.e., you don't learn anything
88
new.
99

10-
To overcome this problem and speed up the learning process we can use the options found here.
10+
To overcome this problem and speed up the learning process, we can use the options found here.
1111

1212
* **Skip cards with only known morphs**:
1313
If AnkiMorph has determined that you know all the morphs on the card, then it will be buried and skipped.

docs/src/user_guide/setup/settings/tags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ of the different tags if you want, or you can leave them as they are and move on
99
1010
* **One unknown morph**:
1111
Cards that only have one unknown morph will be given this tag
12+
1213
* **Multiple unknown morphs**:
1314
Cards that have more than one unknown morph will be given this tag
1415
* **Learn card now**:

docs/src/user_guide/usage/browser.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ when right-clicking cards:
55

66
* **View Morphemes**:
77
Opens a pop-up window showing the card's morphs
8+
89
* **Learn Card Now**:
910
Raises selected cards to the top of the `new cards`-queue.
1011
> **Note**: If you use `Learn Card Now` on a card that is not in the deck you are currently studying, then it won't show
1112
up.
1213
* **Browse Same Morphs**:
13-
Searches for all the cards that have the same morphs as the selected card.
14+
Searches for all the cards that have the same morphs (inflection) as the selected card.
1415
* **Browse Same Unknown Morphs**:
15-
Searches for all the cards that have the same unknown morphs as the selected card.
16+
Searches for all the cards that have the same unknown morphs (inflection) as the selected card.
17+
* **Browse Same Unknown Morphs (Lemma)**:
18+
Searches for all the cards that have the same unknown morphs (lemma) as the selected card.
1619
* **Tag As Known**:
1720
Adds the [`Set known and skip` tag](../setup/settings/tags.md) to the selected cards.

0 commit comments

Comments
 (0)