diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-10 18:03:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 18:03:46 -0400 |
commit | a531618c48481a30d63112cf59b7806291f0bda4 (patch) | |
tree | 04b185c11406952a179ee229e39847234d592ea4 /ext/fg/float.html | |
parent | 9ce682272c5d665bbbe9cbd1380416c3d22f9b04 (diff) |
Use Anki classes directly in Display (#804)
* Add _getTemplates function
* Add template renderer to display pages
* Add AnkiNoteBuilder to Display
* Update AnkiTemplatesController to directly use TemplateRenderer
* Remove old APIs
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 725b7d8b..98e849f0 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -44,6 +44,8 @@ </div> </div> + <script src="/mixed/lib/handlebars.min.js"></script> + <script src="/mixed/js/core.js"></script> <script src="/mixed/js/yomichan.js"></script> <script src="/mixed/js/comm.js"></script> @@ -66,6 +68,9 @@ <script src="/mixed/js/template-handler.js"></script> <script src="/mixed/js/text-to-speech-audio.js"></script> + <script src="/bg/js/anki-note-builder.js"></script> + <script src="/bg/js/template-renderer.js"></script> + <script src="/bg/js/query-parser-generator.js"></script> <script src="/bg/js/query-parser.js"></script> <script src="/fg/js/float.js"></script> |