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/anki-field-templates-upgrade-v4.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/anki-field-templates-upgrade-v4.handlebars')
-rw-r--r-- | ext/bg/data/anki-field-templates-upgrade-v4.handlebars | 5 |
1 files changed, 5 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}} |