summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-13Algorithm: Update docstrings & testing paramsThanos Apollo
2023-12-13Update testing parametersThanos Apollo
2023-12-13ef: Update to 0.3 0.3Thanos Apollo
2023-12-13mcq: Use gnosis--selectThanos Apollo
2023-12-12Change select arg order...Mimic sql, value first table second Thanos Apollo
2023-12-12Update schema & fix typosThanos Apollo
2023-12-12Feature: Add decksThanos Apollo
2023-12-12Add gnosis--get-nameThanos Apollo
2023-12-12Rename gnosis--get to gnosis--get-idThanos Apollo
2023-12-12mcq: Add error catch when correct-answer is not a numberThanos Apollo
2023-12-12Update gnosis notes tableThanos Apollo
2023-12-12Add gnosis algorithm...Simplified version of supermemo 2 Thanos Apollo
2023-12-12Add gnosis groupThanos Apollo
2023-12-01Add READMEThanos Apollo
2023-11-29Update gnosis-init & test buffer for testing purposesThanos Apollo
2023-11-29Update review functionallity...- Use gnosis-review pcase statement to call different review processes depending on note/question type. - Update gnosis mcq type review process Thanos Apollo
2023-11-29Remove duplicate `get` functions, redo as gnosis--getThanos Apollo
2023-11-29Add gnosis--drop-tableThanos Apollo
2023-11-28sqlite (table): Add tags columnThanos Apollo
2023-11-28Add gnosis--ask-input & Update docstrings...Create #'gnosis--ask-input, which asks user for input until `q` is given as input, returning given values as list. Rewrite docstrings, although they will be rewritten again. Thanos Apollo
2023-11-28Add gnosis-modeThanos Apollo
2023-11-28Add gnosis-init...Function to initialize gnosis-db tables Currently under heavy testing Thanos Apollo
2023-11-28gnosis-test-buffer: Disable minibuffer-history locallyThanos Apollo
2023-11-28Add gnosis-db...Add gnosis-db at user-emacs-directory Thanos Apollo
2023-11-27Rename to gnosis...I'm not really good with anglo naming, qbank does not feel right, so I will stick with simple greek names for my packages from now on for I'm more familiar with them. Thanos Apollo
2023-11-27Add qbank-create-question...- Add function to create question as TYPE. - Remove duplicate functions & add footer. Thanos Apollo
2023-11-27Add qbank.el...Add starting point for qbank.el - prototyping SQLite functionality - prototyping MCQ question type Thanos Apollo
2023-11-27Add LICENSEThanos Apollo