Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Thanos Apollo | |
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. | |||
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 | Thanos Apollo | |
move gnosis-compare-strings above review section | |||
2023-12-28 | Add gnosis-compare-strings | Thanos Apollo | |
Compare two strings, ignoring case & whitespace | |||
2023-12-28 | basic: Display user-input with directions after review | Thanos Apollo | |
2023-12-28 | display: Update display funcs with new faces | Thanos Apollo | |
- Use gnosis-face-false & gnosis-face-correct - Add gnosis-face-hint - Add gnosis-face-directions | |||
2023-12-28 | cloze: Update regex for cloze cards | Thanos Apollo | |
This fixes previous issues, now we can use anki-like clozes & {c1:cloze} format without any issue | |||
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 | Thanos Apollo | |
Return (cons result user-input), user-input will be displayed when result is nil, meaning failed review | |||
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 | Thanos Apollo | |
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 | |||
2023-12-27 | Update MCQ for new functions & schemas | Thanos Apollo | |
With this commit, as of now, gnosis can be used to review MCQ type notes properly. | |||
2023-12-27 | Add gnosis-review--update | Thanos Apollo | |
Function to update card no matter the type, depending on success value update columns/rows using gnosis algorithm | |||
2023-12-27 | algorithm: Use consecutive successful reviews | Thanos Apollo | |
Use consecutive successful to calculate next interval, for now just the first 2. | |||
2023-12-27 | Add gnosis-cloze-replace-words | Thanos Apollo | |
2023-12-27 | Add gnosis-cloze-extract-answers | Thanos Apollo | |
2023-12-27 | [fix] gnosis-review-due-notes fix typo & make sure suspend value 0 | Thanos Apollo | |
2023-12-27 | Add gnosis-add-note-cloze | Thanos Apollo | |
Function to add cloze type notes | |||
2023-12-27 | db: Update review-log schema | Thanos Apollo | |
Add: - Total number of successful reviews & failures - Consecutive successful reviews & failures | |||
2023-12-27 | Add gnosis-add-note-fields | Thanos Apollo | |
Function to add fields for each new note, simplifying the creation of different note types | |||
2023-12-27 | mcq: Update display of correct answer | Thanos Apollo | |
2023-12-26 | [fix] Return suspend as integer value, fix dosctrings and minor bugs | Thanos Apollo | |
2023-12-26 | [Fix] emacsql for issue #113 | Thanos Apollo | |
issue: https://github.com/magit/emacsql/issues/113 - Add emacsql as snapshot - Use emacsql-sqlite-open | |||
2023-12-25 | gnosis-review-get-due-notes: Update to not include suspended notes | Thanos Apollo | |
2023-12-25 | change default suspend value to nil | Thanos Apollo | |
2023-12-25 | Add gnosis-dir & subdirectorites/files | Thanos Apollo | |
All files for gnosis will be located in gnosis-dir | |||
2023-12-25 | gnosis-display--correct-answer-mcq: Display user-choice as well | Thanos Apollo | |
2023-12-25 | Add gnosis-display--image | Thanos Apollo | |
Images need to be at gnosis-images-dir | |||
2023-12-25 | gnosis-ad-note-mcq: Add key image with default value of nil | Thanos Apollo | |
image value would be the path of image inside gnosis-images-dir | |||
2023-12-25 | gnosis-review: add 0.5 delay | Thanos Apollo | |