Age | Commit message (Collapse) | Author |
|
Having \\b would not work for words that have - or other nonregular symbols
|
|
- Using = will not work when gnosis-string-difference is 1
|
|
|
|
|
|
|
|
Make sure it replace word properly, including dashes/symbols
|
|
|
|
Adjust for when gnosis-string-difference is >= answer length
|
|
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.
|
|
Apply flycheck info fixes
|
|
|
|
To use read-string-from-buffer we need to use emacs-29. As of now
compat does not provide this.
|
|
- Add asserts for extras to allow nil value
|
|
Use ef-increase/decrease/threshold for deck if defined. Otherwise
refer to the coresponding variables
|
|
|
|
|
|
|
|
|
|
|
|
Using local-set-key we specify exit-func for gnosis-edit-save-exit to
return back to dashboard for "Notes"
|
|
|
|
|
|
|
|
Return total deck note count in a list. Will be used to output decks.
|
|
- Specify tabulated-list-format
- Fix bug, when a note was deleted it would have broken the dashboard
- Specify keybindings using local-set-key
|
|
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
|
|
|
|
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
|
|
- Use gnosis-assert funcs to make error messages descreptive
- Use cl-loop to simplify gnosis-update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If id is given, return the name for deck id
|
|
|
|
Add failure-factor, ef-increase, ef-decrease, ef-threshold for decks
table. These values will be applied to all notes for deck.
|
|
We will be specified using one of the dashboard create funcs. Value
will be different depending on how the dashboard will be created.
|
|
We will be setting keybindings for editing/suspending locally
depending on how the dashboard has been created, for notes or decks etc
|
|
Add function as argument to be used as exit func. This will make it
easier to reuse with other funcs
|
|
Deprecated
|
|
Calculate new ef using gnosis-algorithm
|
|
Use gnosis-algorithm-next-ef & gnosis-algorithm-next-interval. Return
them as list for simplicity
|
|
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.
|
|
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
|
|
Use gnosis-get, avoid extra complexity
|
|
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.
|
|
If cloze given is not valid throw an error. Just having search-forward
return error alone is confusing.
|