From 38ed71aedcfca88a3adbe08c7b686292aacf2c39 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 3 Aug 2024 19:14:19 +0300 Subject: New function: dashboard-suffix-decks. * Output decks for dashboard. --- gnosis-dashboard.el | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3