diff --git a/ext/bg/js/settings/anki-templates-controller.js b/ext/bg/js/settings/anki-templates-controller.js index dd07c391..6bd1bad7 100644 --- a/ext/bg/js/settings/anki-templates-controller.js +++ b/ext/bg/js/settings/anki-templates-controller.js @@ -173,9 +173,9 @@ class AnkiTemplatesController { if (definition !== null) { const options = await this._settingsController.getOptions(); const context = { - document: { - title: document.title - } + url: window.location.href, + sentence: {text: definition.rawSource, offset: 0}, + documentTitle: document.title }; let templates = options.anki.fieldTemplates; if (typeof templates !== 'string') { templates = this._defaultFieldTemplates; }