summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-01 20:50:36 +0300
committerThanos Apollo <[email protected]>2024-05-01 20:50:36 +0300
commitdc18fc8c254875e646fcebbb6a6d8380735f8658 (patch)
treeb86937b1adc7e3f4f4e47458fe31f6e208270577 /TODO.org
parentad7b3563cb0b63afdb3ee14ada8e282c3a65b72e (diff)
parent7a22ff4572590801c046577798f10cb5721bf0a6 (diff)
Release version 0.2.3:0.2.3
- Redo note ids as random integer values - Add feature, view notes of deck in dashboard - Add delete functions - Fix modeline performance issues - Fix deprecated use of suspend - Refactor adding notes prompts
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO.org b/TODO.org
index 65bb50a..951f5f0 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,20 +4,21 @@
* Notes
-** TODO Add export deck :priorityLow:
+** TODO Add export deck
** TODO Add support for org-mode
-Create gnosis notes using =org-mode=
++ Create gnosis notes using =org-mode=
* Dashboard
** DONE Add Dashboard
CLOSED: [2024-02-20 Tue 13:33]
+ Create a dashboard to view all notes created, user can edit &
suspend notes. Use tabulated-list-mode, preferably.
-** TODO Dashboard: Improve Performance :priorityLow:
+** TODO Dashboard: Improve Performance
+ emacsql is quite fast, but the current tabulated-list implementation
- can be quite slow when having >30K notes. This should be improved upon in the feature
-** TODO Dashboard: Add filtering/search
+ can be quite slow when having >30K notes. Consider alternatives to tabulated-list
+** DONE Dashboard: Add filtering/search
+CLOSED: [2024-04-20 Sat 12:54]
- [x] Search using tags
-- [] Search/Filter for main/answer
+- [x] Search/Filter for main/answer
* Misc
** DONE Refactor =completing-read= UI choices
CLOSED: [2024-02-17 Sat 21:59]
@@ -33,8 +34,7 @@ enabled
*** Notes
Implemented =gnosis-completing-read-function=
-
-** TODO Use vc instead of shell commands :priorityLow:
+** TODO Use vc instead of shell commands
- [x] Push & Pull commands /DONE on version 0.1.7/
- [] stage & commit