summaryrefslogtreecommitdiff
path: root/gnosis.el
AgeCommit message (Expand)Author
2023-12-19Add gnosis-review-update--last-revThanos Apollo
2023-12-19Add gnosis-review--successThanos Apollo
2023-12-19Add gnosis-review--new-efThanos Apollo
2023-12-19Add gnosis-review--get-offsetThanos Apollo
2023-12-19Add gnosis-review--algorithm...A seperate function to output the new interval & new ef using gnosis-algorithm Thanos Apollo
2023-12-19Update addition of notes for new schemasThanos Apollo
2023-12-19Fix displaying of questionsThanos Apollo
2023-12-19Remove animate & require emacsql-sqliteThanos Apollo
2023-12-19Update gnosis-db schemasThanos Apollo
2023-12-18Rename schemas using gnosis-db-schema prefix, enable foreign-keysThanos Apollo
2023-12-18Add gnosis-review--get-due-notesThanos Apollo
2023-12-18Update package descriptionThanos Apollo
2023-12-18Seperate gnosis-algorithm from gnosis.elThanos Apollo
2023-12-15Update addition of mcq note type...- Add error statements - Add supsend value for review-log Thanos Apollo
2023-12-15Revert changes on gnosis--ask-inputThanos Apollo
2023-12-14gnosis-get: change to cl-defun & set defaults value for whereThanos Apollo
2023-12-14Update addition of note-mcq type...Add review-log info & date statements Thanos Apollo
2023-12-14gnosis-init: Fix repetitive codeThanos Apollo
2023-12-14Add gnosis-date-differenceThanos Apollo
2023-12-14Update gnosis--ask-input...- Remove animate as well Thanos Apollo
2023-12-14Feature: 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-14Add gnosis-updateThanos Apollo
2023-12-14Move all custom variables at the start of codeThanos Apollo
2023-12-14Update gnosis-add-note-mcq...- If tags is nil, default to 'untagged - Insert values to review table Thanos Apollo
2023-12-14Update db schmasThanos Apollo
2023-12-14Rename: gnosis-create-question -> gnosis-add-noteThanos Apollo
2023-12-14Add db schemasThanos Apollo
2023-12-14Rename gnosis-create-deck -> gnosis-add-deckThanos Apollo
2023-12-14Add #'(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-13Add gnosis-get...Use gnosis-get as front-end of gnosis--select to get desired value Thanos Apollo
2023-12-13Remove gnosis--get-id & gnosis--get-nameThanos Apollo
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-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