diff options
| author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-02-15 04:35:38 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 03:35:38 +0000 | 
| commit | 9432e4bb117869860db0aaa42a318fe73002d1c5 (patch) | |
| tree | 37374586c5db755779202a3d3d0b59f41a5f3986 | |
| parent | f134664ff28c6a3ba8e2a2689b01a4d4a7efbe22 (diff) | |
add docs (#685)
| -rw-r--r-- | docs/anki-integration.md | 1 | ||||
| -rw-r--r-- | ext/settings.html | 4 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 3773009a..2bd9fad9 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -47,6 +47,7 @@ Flashcard fields can be configured with the following steps:      | `{glossary-brief}`         | List of definitions for the term in a more compact format.                                                               |      | `{glossary-no-dictionary}` | List of definitions for the term, except the dictionary tag is omitted.                                                  |      | `{part-of-speech}`         | Part of speech information for the term.                                                                                 | +    | `{phonetic-transcriptions}`| List of phonetic transcriptions for the term.                                                                            |      | `{pitch-accents}`          | List of pitch accent downstep notations for the term.                                                                    |      | `{pitch-accent-graphs}`    | List of pitch accent graphs for the term.                                                                                |      | `{pitch-accent-positions}` | List of accent downstep positions for the term as a number.                                                              | diff --git a/ext/settings.html b/ext/settings.html index 5982951a..2af2a666 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3318,6 +3318,10 @@                      <td>Part of speech information for the term.</td>                  </tr>                  <tr> +                    <td><code class="anki-field-marker">{phonetic-transcriptions}</code></td> +                    <td>List of phonetic transcriptions for the term.</td> +                </tr> +                <tr>                      <td><code class="anki-field-marker">{pitch-accents}</code></td>                      <td>List of pitch accent downstep notations for the term.</td>                  </tr> |