Age | Commit message (Expand) | Author |
---|---|---|
2023-12-18 | Seperate gnosis-algorithm from gnosis.el | Thanos Apollo |
2023-12-15 | Update addition of mcq note type...- Add error statements - Add supsend value for review-log | Thanos Apollo |
2023-12-15 | Revert changes on gnosis--ask-input | Thanos Apollo |
2023-12-14 | gnosis-get: change to cl-defun & set defaults value for where | Thanos Apollo |
2023-12-14 | Update addition of note-mcq type...Add review-log info & date statements | Thanos Apollo |
2023-12-14 | gnosis-init: Fix repetitive code | Thanos Apollo |
2023-12-14 | Add gnosis-date-difference | Thanos Apollo |
2023-12-14 | Update gnosis--ask-input...- Remove animate as well | Thanos Apollo |
2023-12-14 | Feature: Add review-log schema...Review log will be used to schedule notes for review as well as keep track of failures | Thanos Apollo |
2023-12-14 | Add gnosis-update | Thanos Apollo |
2023-12-14 | Move all custom variables at the start of code | Thanos Apollo |
2023-12-14 | Update gnosis-add-note-mcq...- If tags is nil, default to 'untagged - Insert values to review table | Thanos Apollo |
2023-12-14 | Update db schmas | Thanos Apollo |
2023-12-14 | Rename: gnosis-create-question -> gnosis-add-note | Thanos Apollo |
2023-12-14 | Add db schemas | Thanos Apollo |
2023-12-14 | Rename gnosis-create-deck -> gnosis-add-deck | Thanos Apollo |
2023-12-14 | Add #'(gnosis-current-date)...Get current date in (yyyy mm dd) & add offset. Inspired by calendar-current-date func Changed format to (year month day) | Thanos Apollo |
2023-12-13 | Add gnosis-get...Use gnosis-get as front-end of gnosis--select to get desired value | Thanos Apollo |
2023-12-13 | Remove gnosis--get-id & gnosis--get-name | Thanos Apollo |
2023-12-13 | Algorithm: Update docstrings & testing params | Thanos Apollo |
2023-12-13 | Update testing parameters | Thanos Apollo |
2023-12-13 | ef: Update to 0.3 0.3 | Thanos Apollo |
2023-12-13 | mcq: Use gnosis--select | Thanos Apollo |
2023-12-12 | Change select arg order...Mimic sql, value first table second | Thanos Apollo |
2023-12-12 | Update schema & fix typos | Thanos Apollo |
2023-12-12 | Feature: Add decks | Thanos Apollo |
2023-12-12 | Add gnosis--get-name | Thanos Apollo |
2023-12-12 | Rename gnosis--get to gnosis--get-id | Thanos Apollo |
2023-12-12 | mcq: Add error catch when correct-answer is not a number | Thanos Apollo |
2023-12-12 | Update gnosis notes table | Thanos Apollo |
2023-12-12 | Add gnosis algorithm...Simplified version of supermemo 2 | Thanos Apollo |
2023-12-12 | Add gnosis group | Thanos Apollo |
2023-12-01 | Add README | Thanos Apollo |
2023-11-29 | Update gnosis-init & test buffer for testing purposes | Thanos Apollo |
2023-11-29 | Update 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-29 | Remove duplicate `get` functions, redo as gnosis--get | Thanos Apollo |
2023-11-29 | Add gnosis--drop-table | Thanos Apollo |
2023-11-28 | sqlite (table): Add tags column | Thanos Apollo |
2023-11-28 | Add 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-28 | Add gnosis-mode | Thanos Apollo |
2023-11-28 | Add gnosis-init...Function to initialize gnosis-db tables Currently under heavy testing | Thanos Apollo |
2023-11-28 | gnosis-test-buffer: Disable minibuffer-history locally | Thanos Apollo |
2023-11-28 | Add gnosis-db...Add gnosis-db at user-emacs-directory | Thanos Apollo |
2023-11-27 | Rename 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-27 | Add qbank-create-question...- Add function to create question as TYPE. - Remove duplicate functions & add footer. | Thanos Apollo |
2023-11-27 | Add qbank.el...Add starting point for qbank.el - prototyping SQLite functionality - prototyping MCQ question type | Thanos Apollo |
2023-11-27 | Add LICENSE | Thanos Apollo |