Age | Commit message (Collapse) | Author |
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add clear-history functions
* Refactor review actions to use read-char-choice. This now allows
for users to switch buffers during review sessions.
|
|
|
|
* 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.
|
|
|
|
* Only enable gnosis-dashboard-mode in a buffer with
gnosis-dashboard-buffer-name.
|
|
* Enables gnosis-dashboard-mode, when in a valid buffer.
|
|
* Add new sections for gnosis interactions with other software.
* Add interactions documentation with emacs-no-literring.
* Restracture sections.
|
|
* Add mirrors
|
|
* Delete all activity log entries.
|
|
|
|
* Creating & maintaining a graph using text characters is unnecessary.
|
|
* 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.
|
|
* Use time-add & days-to-time for adding days to current time.
* Construct the date list without reassigning variables.
|
|
* Comment out gnosis-org sections that are under development.
* gnosis-org should be ready by next version.
* 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.
|
|
* 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.
|
|
* Update manual entries.
* Fix typos.
* Adjust section for customizing note types.
|
|
* dashboard-mode-keymap has the same keybindings as the transient buffer.
|
|
* Rewrite README as markdown to work with nongnu elpa.
|
|
* 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.
|
|
* Adjust for list answers.
* Use gnosis-id.
|