Age | Commit message (Collapse) | Author |
|
* Remove unused dashboard functions
* Refactor previous implementation of getting average review num
|
|
* Optimized performance for dashboard homepage
* Fix face issues on on emacs-30
|
|
|
|
* Optimize homepage performance by reducing emacsql queries.
|
|
|
|
* Create #'gnosis-review-get--due-notes that returns due note ids and
due dates
* Create #'gnosis-review-get-due-notes that uses the above functions
output but only returns due ids
* This is done to improve perfomance & to reduce sql query calls
|
|
* Using this function we have a repeated unnecessary call of
#'gnosis-get
|
|
|
|
* Replace shell-command with vc-git-command
|
|
- Fix flyspell warnings.
|
|
Minor version release with bug fixes.
* Version bump.
* NEWS update.
|
|
New function to make searching for notes that contain STR easier &
faster from within the dashboard.
|
|
|
|
* Refactor gnosis-dashboard-header-face as part of
gnosis-face group & rename to gnosis-face-dashboard-header.
|
|
|
|
|
|
|
|
|
|
* read-multiple-choice locks emacs. Using read-char-choice user can
now switch buffers during review.
|
|
|
|
* All function that have edit history will be written with -history-.
|
|
* Custom review keybindings will not be supported anymore.
|
|
|
|
* Delete all activity log entries.
|
|
|
|
* New version will add deck export functionality.
|
|
* Ignore colons after the initial colon specifying tag.
|
|
* Fix breaking changes for editing cloze notes.
* Refactor calculation of dates in gnosis algorithm.
* Update docs.
|
|
* Previous change would cause breakage for null clozes in a list.
* Update docs as well.
|
|
* Comment out gnosis-org sections that are under development.
* Fix display issues on non-grapical interface.
* Add variable watchers for custom algorithm values.
* Update assertions for editing notes
This is a minor release with a few bug fixes.
|
|
* Adjust extras formatting of y-or-p exapmle to avoid breakage.
|
|
* Update assertions, to avoid edits that will lead to bugs such as
inserting numbers to the tags list.
|
|
* Fix issues for running gnosis on tty & termux.
|
|
* Watch & validate new custom gnosis values.
|
|
* Function to be used with a variable watcher to validate custom
gnosis values.
|
|
|
|
* Update todos to work with magit-todos.
|
|
* Require latest version of emacsql, supported by nongnu.
|
|
* Begin development 0.4.2-dev.
|
|
* Add double space after period.
* Add extra dose of rhetorical hyperbole.
* Fix typos.
|
|
* No changes except for packaging.
* Use emacsql-4.0.0
Version bump to mark a new build for nongnu elpa.
|
|
|
|
* Use new emacsql version 4.0.0.
|
|
* Append tag to the list of tags of note ID.
* Meant to be used to auto tag notes, such as for overdue and to edit
notes during dashboard view.
|
|
* Add review option for only due notes, without overdue notes.
* Add review option for only overdue nots, without due notes for
current date.
|
|
* Return due notes, without overdue ones.
|
|
* Return overdue notes, optionally from provided note IDs.
|
|
* Return t if note with ID is overdue.
|
|
|
|
* gnosis--drop-table won't check if table exists, which seems to be
buggy in new emacsql version
* To check if a table exists, use gnosis-drop-table, although when
combined with emacsql-with-transaction macro it might not be needed
altogether.
|