Age | Commit message (Expand) | Author |
2023-12-29 | cloze: Reveal only one cloze if successful input...If user-input is correct (t), reveal cloze with gnosis-face-correct, then prompt for the
next one.
If user-input is incorrect (nil) reveal all clozes with
gnosis-face-false.
| Thanos Apollo |
2023-12-29 | display: start with \n for the main/question part | Thanos Apollo |
2023-12-29 | with-gnosis-buffer: Updaete macro to enable gnosis-mode | Thanos Apollo |
2023-12-29 | Add gnosis-completing-read...This function is under development, it will be used to display
additional info on the minibuffer, such as number of (review-option .
due cards).
| Thanos Apollo |
2023-12-28 | gnosis-display: Update basic answer faces | Thanos Apollo |
2023-12-28 | gnosis-review: Fix loops...NOTE: They end-up becoming similar for :do part, maybe an
abstracted function would be smarter
| Thanos Apollo |
2023-12-28 | gnosis-review: Fix bugs on clozes, reveal one cloze per loop | Thanos Apollo |
2023-12-28 | Add gnosis-supsended-p | Thanos Apollo |
2023-12-28 | gnosis-display: Use gnosis-face-cloze to display clozes | Thanos Apollo |
2023-12-28 | gnosis-review-note: Check if note is suspended | Thanos Apollo |
2023-12-28 | Add gnosis-suspend-tag | Thanos Apollo |
2023-12-28 | Add gnosis-suspend...Interactive function to suspend notes with specified values e.g either
based on tags or decks.
| Thanos Apollo |
2023-12-28 | Add gnosis-suspend-deck | Thanos Apollo |
2023-12-28 | Rename gnosis--select -> gnosis-select...No need to have this function hidden
| Thanos Apollo |
2023-12-28 | gnosis-select-by-tag: Update error checking...error if not listp input-tags
| Thanos Apollo |
2023-12-28 | Rewrite gnosis-review...- Prompt user to select review sesstion type to start
| Thanos Apollo |
2023-12-28 | Add gnosis-review-due-tags | Thanos Apollo |
2023-12-28 | Rewrite gnosis-review-all-due-notes | Thanos Apollo |
2023-12-28 | Add gnosis-review-all-with-tags | Thanos Apollo |
2023-12-28 | Add gnosis-review-due-notes--with-tags | Thanos Apollo |
2023-12-28 | Add gnosis-review-is-due-p | Thanos Apollo |
2023-12-28 | Add gnosis-get-note-tags | Thanos Apollo |
2023-12-28 | Rewrite adding notes...Adding note(s) consists firstly of a hidden 'gnosis-add-note--TYPE'
function that does the computation & error checking to generate a note
from given input. Secondly, 'gnosis-add-note-TYPE' normal function,
which prompts for user input and passes it to the hidden function.
| Thanos Apollo |
2023-12-28 | cloze: Use options as hint & display them for cloze type notes | Thanos Apollo |
2023-12-28 | Redo adding tags with gnosis-prompt-tag for all types | Thanos Apollo |
2023-12-28 | Add gnosis-prompt-tag | Thanos Apollo |
2023-12-28 | Add gnosis-select-by-tag | Thanos Apollo |
2023-12-28 | Add gnosis-unique-tags | Thanos Apollo |
2023-12-28 | Organize review section...move gnosis-compare-strings above review section
| Thanos Apollo |
2023-12-28 | Add gnosis-compare-strings...Compare two strings, ignoring case & whitespace
| Thanos Apollo |
2023-12-28 | basic: Display user-input with directions after review | Thanos Apollo |
2023-12-28 | display: Update display funcs with new faces...- Use gnosis-face-false & gnosis-face-correct
- Add gnosis-face-hint
- Add gnosis-face-directions
| Thanos Apollo |
2023-12-28 | cloze: Update regex for cloze cards...This fixes previous issues, now we can use anki-like clozes &
{c1:cloze} format without any issue
| Thanos Apollo |
2023-12-27 | Add gnosis-display--hint | Thanos Apollo |
2023-12-27 | Add gnosis-display--basic-answer | Thanos Apollo |
2023-12-27 | Add gnosis-review-basic | Thanos Apollo |
2023-12-27 | Add gnosis-add-note-basic | Thanos Apollo |
2023-12-27 | Rename gnosis-face-cloze-false/correct to gnosis-face-correct/false | Thanos Apollo |
2023-12-27 | Add gnosis-display--cloze-user-answer | Thanos Apollo |
2023-12-27 | Add gnosis-display--cloze-correct | Thanos Apollo |
2023-12-27 | Redo cloze input to return result & user-input...Return (cons result user-input), user-input will be displayed when
result is nil, meaning failed review
| Thanos Apollo |
2023-12-27 | Add gnosis-cloze-remove-tags | Thanos Apollo |
2023-12-27 | Rewrite gnsois-cloze-extract-cards | Thanos Apollo |
2023-12-27 | Add while loop for adding notes | Thanos Apollo |
2023-12-27 | Add custom gnosis-cloze-char | Thanos Apollo |
2023-12-27 | Add with-gnosis-buffer macro & updat display funcs | Thanos Apollo |
2023-12-27 | Redo gnosis-review-cloze--input...Return t or nil depending on user input, this will be used on cl-loop,
otherwise depending on this function for a sentence wiht multiple
clozes would be a mess
| Thanos Apollo |
2023-12-27 | Update MCQ for new functions & schemas...With this commit, as of now, gnosis can be used to review MCQ type
notes properly.
| Thanos Apollo |
2023-12-27 | Add gnosis-review--update...Function to update card no matter the type, depending on success value
update columns/rows using gnosis algorithm
| Thanos Apollo |
2023-12-27 | algorithm: Use consecutive successful reviews...Use consecutive successful to calculate next interval, for now just
the first 2.
| Thanos Apollo |