mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
improve(ux): shortcut items for plugins bar
This commit is contained in:
@@ -514,6 +514,11 @@
|
||||
[]
|
||||
(state/pub-event! [:go/plugins]))
|
||||
|
||||
(defn goto-plugins-settings!
|
||||
[]
|
||||
(when-let [pl (first (seq (get-enabled-plugins-if-setting-schema)))]
|
||||
(state/pub-event! [:go/plugins-settings (:id pl)])))
|
||||
|
||||
(defn- get-user-default-plugins
|
||||
[]
|
||||
(p/catch
|
||||
|
||||
Reference in New Issue
Block a user