summaryrefslogtreecommitdiff
path: root/ext/bg/js/template-renderer-frame-api.js
Commit message (Collapse)AuthorAge
* Refactor anki note building (#1223)toasted-nutbread2021-01-10
| | | | | | | | | | | * Move TemplateRendererProxy creation into AnkiNoteBuilder * Simplify _stringReplaceAsync * Organize note generation * Rename API * Make the template rendering function more generic
* Update copyright year (#1194)toasted-nutbread2021-01-01
| | | | | * Update copyright year * Remove redundant Author info
* Fix typeof comparing against a string (#849)toasted-nutbread2020-09-19
|
* Handlebars sandbox (#612)toasted-nutbread2020-09-18
* Set up template renderer proxy * Use proxy * Remove unused handlebars script tags * Update manifest