mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
feat: add show-command-doc? config
This commit is contained in:
@@ -429,7 +429,7 @@
|
||||
;; (remove #(= leader-parent %)))]
|
||||
;; (prn "followers: " (count followers))
|
||||
;; ))
|
||||
)))
|
||||
)))
|
||||
|
||||
(defn get-edit-input-id
|
||||
[]
|
||||
@@ -1060,6 +1060,12 @@
|
||||
:ui/enable-tooltip?
|
||||
true))
|
||||
|
||||
(defn show-command-doc?
|
||||
[]
|
||||
(get (get (sub-config) (get-current-repo))
|
||||
:ui/show-command-doc?
|
||||
true))
|
||||
|
||||
(defn set-config!
|
||||
[repo-url value]
|
||||
(set-state! [:config repo-url] value))
|
||||
|
||||
Reference in New Issue
Block a user