aboutsummaryrefslogtreecommitdiff
path: root/ext/template-renderer.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-03-14 22:32:08 -0400
committerGitHub <noreply@github.com>2022-03-14 22:32:08 -0400
commit8aa060337cea2bb8fce7864d509d07df4688f1c2 (patch)
tree7bd73b2328c84cd537f010a5bb6d7ddb269e2545 /ext/template-renderer.html
parent4e15f923297599869e9d695940c9c56d81b0307d (diff)
AnkiTemplateRendererContentManager (#2088)
* Make function private * Update comments * Refactor the content manager that is provided to StructuredContentGenerator in AnkiTemplateRenderer * Update function to not be async, for API parity
Diffstat (limited to 'ext/template-renderer.html')
-rw-r--r--ext/template-renderer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/template-renderer.html b/ext/template-renderer.html
index 19595ec4..2b14759b 100644
--- a/ext/template-renderer.html
+++ b/ext/template-renderer.html
@@ -24,6 +24,7 @@
<script src="/js/language/sandbox/dictionary-data-util.js"></script>
<script src="/js/language/sandbox/japanese-util.js"></script>
<script src="/js/templates/sandbox/anki-template-renderer.js"></script>
+<script src="/js/templates/sandbox/anki-template-renderer-content-manager.js"></script>
<script src="/js/templates/sandbox/template-renderer.js"></script>
<script src="/js/templates/sandbox/template-renderer-frame-api.js"></script>
<script src="/js/templates/sandbox/template-renderer-media-provider.js"></script>