diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-08 11:01:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 11:01:08 -0400 |
commit | f7093b4c1abf73363e65dba54a098b76d0f2ba50 (patch) | |
tree | c54fc65cb559d21450a1c2a3596ec222e40fc9ba /ext/bg/data/default-anki-field-templates.handlebars | |
parent | 36fc5abae543840484b3d8f7abff85f57de66ada (diff) |
Anki note clipboard marker (#780)
* Update fields reference
* Add support for adding clipboard images to anki notes
* Add handlebars templates
* Add markers
* Add markers to readme
Diffstat (limited to 'ext/bg/data/default-anki-field-templates.handlebars')
-rw-r--r-- | ext/bg/data/default-anki-field-templates.handlebars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/bg/data/default-anki-field-templates.handlebars b/ext/bg/data/default-anki-field-templates.handlebars index b348042c..98f6897b 100644 --- a/ext/bg/data/default-anki-field-templates.handlebars +++ b/ext/bg/data/default-anki-field-templates.handlebars @@ -276,4 +276,10 @@ {{/inline}} {{! End Pitch Accents }} +{{#*inline "clipboard-image"}} + {{~#if definition.clipboardImageFileName~}} + <img src="{{definition.clipboardImageFileName}}" /> + {{~/if~}} +{{/inline}} + {{~> (lookup . "marker") ~}} |