diff options
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/anki-field-templates-upgrade-v4.handlebars | 5 | ||||
-rw-r--r-- | ext/bg/data/default-anki-field-templates.handlebars | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ext/bg/data/anki-field-templates-upgrade-v4.handlebars b/ext/bg/data/anki-field-templates-upgrade-v4.handlebars new file mode 100644 index 00000000..a16b5b68 --- /dev/null +++ b/ext/bg/data/anki-field-templates-upgrade-v4.handlebars @@ -0,0 +1,5 @@ +{{#*inline "clipboard-image"}} + {{~#if definition.clipboardImageFileName~}} + <img src="{{definition.clipboardImageFileName}}" /> + {{~/if~}} +{{/inline}} 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") ~}} |