Support tagging

This commit is contained in:
Alex Yatskov 2016-06-14 20:43:43 -07:00
parent b91c79e321
commit b7901945b3

View File

@ -188,7 +188,7 @@ class Yomichan {
}
formatNote(definition, mode) {
const note = {fields: {}, tags: []};
const note = {fields: {}, tags: this.options.ankiCardTags};
let fields = [];
if (mode === 'kanji') {