summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-03 19:14:19 +0300
committerThanos Apollo <[email protected]>2024-08-03 19:14:19 +0300
commit38ed71aedcfca88a3adbe08c7b686292aacf2c39 (patch)
tree215b6a3c085cf9ee11c6294e4f9b813ace5402f6
parente13fecc617970115bbc4059e7aee05687e6871fb (diff)
New function: dashboard-suffix-decks.
* Output decks for dashboard.
-rw-r--r--gnosis-dashboard.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index 87e08fe..2eeb0a2 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -487,6 +487,11 @@ DASHBOARD-TYPE: either 'Notes' or 'Decks' to display the respective dashboard."
"Search for note content for QUERY."
(interactive "sSearch for note content: ")
(gnosis-dashboard-output-notes (gnosis-collect-note-ids :query query)))
+
+(transient-define-suffix gnosis-dashboard-suffix-decks ()
+ (interactive)
+ (gnosis-dashboard-output-decks))
+
(transient-define-prefix gnosis-dashboard-menu ()
"Transient buffer for gnosis dashboard interactions."
[["Actions"