From ed2588d2f93b11b8c310a2b7ed14558572bc65b8 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Jan 2025 19:48:10 +0200 Subject: Add gnosis-thema-types. * Mapping of Themas & their respective functions. --- gnosis.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnosis.el b/gnosis.el index 28d255d..84c7b49 100644 --- a/gnosis.el +++ b/gnosis.el @@ -116,8 +116,12 @@ framework's minibuffer." (defconst gnosis-db-version 3 "Gnosis database version.") -(defvar gnosis-note-types '("MCQ" "Cloze" "Basic" "Double" "y-or-n") - "Gnosis available note types.") +(defvar gnosis-thema-types + '(("Basic" . gnosis-add-thema--basic) + ("MCQ" . gnosis-add-thema--mcq) + ("Double" . gnosis-add-thema--double) + ("Cloze" . gnosis-add-thema--cloze)) + "Mapping of Themas & their respective functions.") (defvar gnosis-previous-note-tags '() "Tags input from previously added note.") -- cgit v1.2.3