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 /ext | |
parent | f134664ff28c6a3ba8e2a2689b01a4d4a7efbe22 (diff) |
add docs (#685)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
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> |