From 1b9422d026dce0aedf5d2b94495222cccde4963e Mon Sep 17 00:00:00 2001 From: arbyste <144075975+arbyste@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:29:36 -0700 Subject: Adding a handlebar to return pitch accent categories of a word (#563) * Fixing logic in isNonNounVerbOrAdjective function * Adding handlebar to return pitch accent categories of a word --- ext/js/pages/settings/anki-controller.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js/pages') diff --git a/ext/js/pages/settings/anki-controller.js b/ext/js/pages/settings/anki-controller.js index f6e19e14..d1faf491 100644 --- a/ext/js/pages/settings/anki-controller.js +++ b/ext/js/pages/settings/anki-controller.js @@ -147,6 +147,7 @@ export class AnkiController { 'pitch-accents', 'pitch-accent-graphs', 'pitch-accent-positions', + 'pitch-accent-categories', 'phonetic-transcriptions', 'reading', 'screenshot', -- cgit v1.2.3