Age | Commit message (Expand) | Author |
2024-03-05 | gnosis-vc-pull: Re-open gnosis-db after pull | Thanos Apollo |
2024-03-05 | package: Update commentary | Thanos Apollo |
2024-03-05 | gnosis-cloze-replace-words: Use \\b...Make sure it replace word properly, including dashes/symbols
| Thanos Apollo |
2024-03-04 | gnosis-edit-update-note: Add assert for options | Thanos Apollo |
2024-03-04 | Refactor gnosis-compare-strings...Adjust for when gnosis-string-difference is >= answer length
| Thanos Apollo |
2024-03-04 | Refactor editing notes for recursive edits...Adjust gnosis-edit-save-exit func for recursive-edit arg. If not
given any just pop back to gnosis-dashboard, else exit recursive edit.
gnosis-edit-note will be called either in a recursive edit during note
review or from the dashboard.
| Thanos Apollo |
2024-03-04 | Update docstrings...Apply flycheck info fixes
| Thanos Apollo |
2024-03-04 | packaging: Update package commentary | Thanos Apollo |
2024-03-04 | packaging: Require emacs 29.1...To use read-string-from-buffer we need to use emacs-29. As of now
compat does not provide this.
| Thanos Apollo |
2024-03-03 | gnosis-edit-update-note: Update assertions...- Add asserts for extras to allow nil value
| Thanos Apollo |
2024-03-03 | gnosis-review-algorithm: Add gnosis-get-ef-VALUE...Use ef-increase/decrease/threshold for deck if defined. Otherwise
refer to the coresponding variables
| Thanos Apollo |
2024-03-03 | gnosis-edit-update-note: Add asserts | Thanos Apollo |
2024-03-03 | Add gnosis-get-ef-threshold | Thanos Apollo |
2024-03-03 | Add gnosis-get-ef-decrease | Thanos Apollo |
2024-03-03 | Add gnosis-get-ef-increase | Thanos Apollo |
2024-03-03 | [fix] gnosis-review--update: Return ef properly | Thanos Apollo |
2024-03-03 | gnosis-edi-note: Use local-set-key...Using local-set-key we specify exit-func for gnosis-edit-save-exit to
return back to dashboard for "Notes"
| Thanos Apollo |
2024-03-03 | gnosis-edit-mode: Remove interactive | Thanos Apollo |
2024-03-03 | Add gnosis-dashboard-output-decks | Thanos Apollo |
2024-03-03 | Add gnosis-dashboard-output-deck | Thanos Apollo |
2024-03-03 | Add gnosis-dashboard-deck-note-count...Return total deck note count in a list. Will be used to output decks.
| Thanos Apollo |
2024-03-03 | gnosis-dashboard-output-notes: Rewrite...- Specify tabulated-list-format
- Fix bug, when a note was deleted it would have broken the dashboard
- Specify keybindings using local-set-key
| Thanos Apollo |
2024-03-03 | gnosis-dashboard: Rewrite using read-multiple-choice...Use multipel choice to select how to create dashboard, for now the
options are only for notes & decks. Future versions should filter for
tags etc
| Thanos Apollo |
2024-03-03 | Add gnosis-dashboard-edit-deck | Thanos Apollo |
2024-03-03 | Add gnosis-edit-deck...Edit contents of a deck with a given ID. This function is meant to be
used from within a *gnosis-dashboard* buffer. Uses custom kbd via
local-set-key, since gnosis-dashboard mode is also used by
gnosis-edit-notes, this is viable alternative, if you have any other
recommendations feel free to email them to me
| Thanos Apollo |
2024-03-03 | Add gnosis-edit-update-deck...- Use gnosis-assert funcs to make error messages descreptive
- Use cl-loop to simplify gnosis-update
| Thanos Apollo |
2024-03-03 | Add gnosis-assert-number-or-nil | Thanos Apollo |
2024-03-03 | Add gnosis-assert-float-or-nil | Thanos Apollo |
2024-03-03 | Add gnosis-assert-int-or-nil | Thanos Apollo |
2024-03-03 | Add gnosis-edit-deck--export | Thanos Apollo |
2024-03-03 | gnosis-suspend-deck: Add confirmation | Thanos Apollo |
2024-03-03 | gnosis-suspend-note: Rewrite | Thanos Apollo |
2024-03-03 | gnosis-delete-deck: Rewrite | Thanos Apollo |
2024-03-03 | gnosis--get-deck-name: Add optional id arg...If id is given, return the name for deck id
| Thanos Apollo |
2024-03-03 | packaging: Add -dev version | Thanos Apollo |
2024-03-03 | Update database to version 2...Add failure-factor, ef-increase, ef-decrease, ef-threshold for decks
table. These values will be applied to all notes for deck.
| Thanos Apollo |
2024-03-03 | gnosis-dashboard-mode: Remove format & sorting...We will be specified using one of the dashboard create funcs. Value
will be different depending on how the dashboard will be created.
| Thanos Apollo |
2024-03-03 | gnosis-dashboard-mode-map: Remove "e"...We will be setting keybindings for editing/suspending locally
depending on how the dashboard has been created, for notes or decks etc
| Thanos Apollo |
2024-03-03 | gnosis-edit-save-exit: Refactor...Add function as argument to be used as exit func. This will make it
easier to reuse with other funcs
| Thanos Apollo |
2024-03-01 | Remove gnosis-review-round...Deprecated
| Thanos Apollo |
2024-03-01 | Remove gnosis-review-new-ef...Calculate new ef using gnosis-algorithm
| Thanos Apollo |
2024-03-01 | Rewrite gnosis-review-algorithm...Use gnosis-algorithm-next-ef & gnosis-algorithm-next-interval. Return
them as list for simplicity
| Thanos Apollo |
2024-02-28 | style: Use double space after period...I'm not a double spacer nor have strong opinions on the subject. But
since most of emacs community prefers this style, I don't mind using it.
| Thanos Apollo |
2024-02-28 | gnosis-display-extra: Display extra-image...Instead of using gnosis-display-image 'extra-image on every review
note type, just add it to extras. Future refactoring is needed to
simplify gnosis-review-TYPEs
| Thanos Apollo |
2024-02-28 | Remove gnosis-get-note-tags...Use gnosis-get, avoid extra complexity
| Thanos Apollo |
2024-02-28 | Refactor prompt for images...gnosis-add-note-TYPE now has a :images keyword instead of just an
image, that using gnosis-select-images will return a cons of.
gnosis-add-note--TYPE handles the car & cadr of :images cons as (image
. second-image)
Update docstrings as well.
| Thanos Apollo |
2024-02-28 | gnosis-cloze-replace-words: Update error handling...If cloze given is not valid throw an error. Just having search-forward
return error alone is confusing.
| Thanos Apollo |
2024-02-28 | Add gnsois-cloze-guidance...Put the value of the example/guide in a variable, this way it will be
easier for experienced users to set it to nil if they find it annoying.
| Thanos Apollo |
2024-02-28 | gnosis-prompt-tags--split: Return "untagged" when input value is nil...Having "" tag should be avoided.
| Thanos Apollo |
2024-02-28 | gnsois-hint-prompt: Use read-string...read-from-minibuffer does the same thing, but since not many package
authors use it I thought to avoid it as well, plus we have to make
sure the value will be a string.
| Thanos Apollo |