diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -154,6 +154,7 @@ Flashcard fields can be configured with the following steps:      Marker | Description      -------|------------      `{audio}` | Audio sample of a native speaker's pronunciation in MP3 format (if available). +    `{clipboard-image}` | An image which is stored in the system clipboard, if present.      `{cloze-body}` | Raw, inflected term as it appeared before being reduced to dictionary form by Yomichan.      `{cloze-prefix}` | Fragment of the containing `{sentence}` starting at the beginning of `{sentence}` until the beginning of `{cloze-body}`.      `{cloze-suffix}` | Fragment of the containing `{sentence}` starting at the end of `{cloze-body}` until the end of `{sentence}`. @@ -178,6 +179,7 @@ Flashcard fields can be configured with the following steps:      Marker | Description      -------|------------      `{character}` | Unicode glyph representing the current kanji. +    `{clipboard-image}` | An image which is stored in the system clipboard, if present.      `{cloze-body}` | Raw, inflected parent term as it appeared before being reduced to dictionary form by Yomichan.      `{cloze-prefix}` | Fragment of the containing `{sentence}` starting at the beginning of `{sentence}` until the beginning of `{cloze-body}`.      `{cloze-suffix}` | Fragment of the containing `{sentence}` starting at the end of `{cloze-body}` until the end of `{sentence}`. |