branch: elpa/gnosis
commit ddb8fa5653e4fc6d9a87a4ff7b27e3ee31730af9
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    dashboard: Add maintenance menu.
---
 gnosis-dashboard.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index ac1e4916fa..9d409b7c96 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -782,10 +782,14 @@ DASHBOARD-TYPE: either Themata or Decks to display the 
respective dashboard."
     ("t" "Themata" gnosis-dashboard-menu-themata)
     ("a" "Actions" gnosis-dashboard-menu-actions)]
    ["Quick Access"
+    ("q" "Quit" quit-window)
     ("r" "Review" gnosis-review)
-    ("h" "History" gnosis-dashboard-history)
+    ("h" "History" gnosis-dashboard-history)]
+   ["Maintenance"
+    ("s" "Sync nodes" org-gnosis-db-sync)
+    ("S" "Rebuild nodes" (lambda () (interactive) (org-gnosis-db-sync t)))
     ("l" "Link health" gnosis-links-check)
-    ("q" "Quit" quit-window)]])
+    ("L" "Link sync" gnosis-links-sync)]])
 
 ;;;###autoload
 (defun gnosis-dashboard ()

Reply via email to