From a3a77db05280e5bd80cf7b28cf5a75eaacbfe729 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 2 Apr 2024 19:18:25 +0300 Subject: Add gnosis-dashboard-note-ids Store value of note-ids for dashboard on a global variable. --- gnosis.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnosis.el b/gnosis.el index 7cbf968..08523ba 100644 --- a/gnosis.el +++ b/gnosis.el @@ -119,6 +119,9 @@ When nil, the image will be displayed at its original size." (defvar gnosis-testing nil "When t, warn user he is in a testing environment.") +(defvar gnosis-dashboard-note-ids nil + "Store note ids for dashboard.") + (defconst gnosis-db-version 2 "Gnosis database version.") -- cgit v1.2.3