diff options
| -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> |