Skip to content

Commit

Permalink
add docs (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Feb 15, 2024
1 parent f134664 commit 9432e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/anki-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
4 changes: 4 additions & 0 deletions ext/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3317,6 +3317,10 @@ <h1>Yomitan Settings</h1>
<td><code class="anki-field-marker">{part-of-speech}</code></td>
<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>
Expand Down

0 comments on commit 9432e4b

Please sign in to comment.