summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-06db: Add v2 function.Thanos Apollo
* Storing v2 update function for users that have not updated to v2.
2024-08-06db-init: Update to v3.Thanos Apollo
2024-08-06New database: Add db-update-v3.Thanos Apollo
* Storing of deck specific values now will be done using global variables, now in addition with tags. * Remove deprecated sm2 like nomeclature and use gnosis new variables.
2024-08-06suspend-note: Add verification optional arg.Thanos Apollo
* Optionally, skin verification y-or-n-p promtp.
2024-08-06Remove get-deck-ff & get-note-ff.Thanos Apollo
* ff usage is deprecated.
2024-08-06get-note-deck-name: Return nil if deck-id does not exist.Thanos Apollo
* Return nil if neck does not exist. This is meant to make testing easier.
2024-08-06fix indetation & styleThanos Apollo
2024-08-06delete-note: Add verification optional argThanos Apollo
* Optionally skip verification.
2024-08-06tests: Add algorithm tests & use emacsql-with-transaction.Thanos Apollo
2024-08-06[Refactor] algorithm-next-interval: New values & proto intervalsThanos Apollo
* Adjust proto intervals, not hardcoding the length of the list to just 2 items. * Use new values.
2024-08-06algorithm-next-gnosis: Update assertions & style.Thanos Apollo
* Assert epignosis & agnoia as floats. * fix indentation.
2024-08-06algorithm: Update docstrings for amnesia & gnosis score.Thanos Apollo
2024-08-06[Refactor] Add algorithm-next-gnosis.Thanos Apollo
* Replace old algorithm-next-ef with algorithm-next-gnosis.
2024-08-06algorithm-date: Add assertions for offset.Thanos Apollo
2024-08-06[Refactor] algorithm: Add lethe.Thanos Apollo
* Lethe value triggers a lethe event, which resets the next interval to 0.
2024-08-06[Refactor] algorithm: Add anagnosis.Thanos Apollo
* Replace old concept of ef-threshold with anagnosis, an event that triggers a change of gnosis score depending on the success or failure of the recall.
2024-08-06[Refactor] algorithm: Add agnoia.Thanos Apollo
* Replace old concept of ef-decrease with agnoia.
2024-08-06[Refactor] algorithm: Add epignosis.Thanos Apollo
* Replace old concept of ef-increase with epignosis.
2024-08-06[Refactor] algorithm: Add amnesia value.Thanos Apollo
* Replace old concept of ff with amnesia value.
2024-08-06[Refactor] algorithm: Add gnosis score value.Thanos Apollo
* Reconceptualize the concept of ef as gnosis score.
2024-08-06[Refactor] algorithm: Add proto values.Thanos Apollo
* Remove old concept of intervals and add proto values.
2024-08-04New function: dashboard-suspend-tag.Thanos Apollo
* Toggle suspend for all notes of tag. * Bind it to "s" under dashboard-tags-mode-map.
2024-08-03New function: get-note-deck-name.Thanos Apollo
2024-08-03dashboard: Update declared functions.Thanos Apollo
2024-08-03dashboard-mode: enable gnosis-dashboard-mode.Thanos Apollo
2024-08-03Rewrite gnosis-dashboard-menu.Thanos Apollo
* Add new values and create a 2 column layout.
2024-08-03New function: dashboard-suffix-decks.Thanos Apollo
* Output decks for dashboard.
2024-08-03New function: dashboard-suffix-query.Thanos Apollo
* Search for note content for QUERY.
2024-08-03New function: Add dashboard-marked-suspend.Thanos Apollo
* Suspend all selected notes.
2024-08-03New function: dashboard-marked-delete.Thanos Apollo
* Delete all selected note ids.
2024-08-03New function: dashboard-unmark-all.Thanos Apollo
* Unmark all selected notes.
2024-08-03New function: Add dashboard-mark-toggle.Thanos Apollo
* Mark current note at point, it's value is being stored at selected-ids.
2024-08-03dashboard-mode: Reset values for selected-ids.Thanos Apollo
2024-08-03New function: dashboard-deck-add.Thanos Apollo
* Create a new deck.
2024-08-03Rewrite dashboard-output-decks.Thanos Apollo
* Remove deprecated values. * Replace local-set-key for gnosis-dashboard-decks-mode.
2024-08-03Add gnosis-dashboard-decks-mode with custom map.Thanos Apollo
2024-08-03dashboard-output-deck: Remove deprecated values.Thanos Apollo
* Failure-factor, ef values etc. are deprecated.
2024-08-03New function: Add dashboard-output-tags.Thanos Apollo
* Output all tags with total notes.
2024-08-03New variable: dashboard--selected-ids.Thanos Apollo
* Currently marked ids.
2024-08-03dashboard-mode-map: Add dashboard-menu binding.Thanos Apollo
* Add transient buffer binding at h.
2024-08-03New function: dashboard-decks-view-deck.Thanos Apollo
* View deck notes for DECK-ID.
2024-08-03New function: Add dashboard-decks-delete.Thanos Apollo
* Delete deck at point.
2024-08-03New function: dashboard-decks-suspend-deck.Thanos Apollo
* Suspend currently selected deck notes.
2024-08-03Add dashboard-tags-mode with custom map.Thanos Apollo
2024-08-03New function: Add dashboard-tag-view-notes.Thanos Apollo
* Output all notes for tag in dashboard.
2024-08-03New function: dashboard-rename-tag.Thanos Apollo
* Rename TAG to NEW-TAG for all notes under TAG.
2024-08-03New function: dashboard-sort-total-notes.Thanos Apollo
* Function to be used to sort tag dashboard for total notes.
2024-08-03New function: dashboard-output-tag.Thanos Apollo
* Output tag name and total notes for tag.
2024-08-03Refactor dashboard-output-notesThanos Apollo
* Replace local-set-key with dashboard-notes-mode. * Update dashboard--current-values
2024-08-03Add dashboard-notes-mode & it's map.Thanos Apollo
* Instead of using local-set-key, we will be using a minor mode for each dashboard-output.