mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance(plugin): install plugin from Github releases for development mode
This commit is contained in:
@@ -568,10 +568,14 @@
|
||||
:inactive (not config/lsp-enabled?)
|
||||
:fn plugin-handler/goto-plugins-dashboard!}
|
||||
|
||||
:ui/install-plugins-from-file {:binding false
|
||||
:ui/install-plugins-from-file {:binding []
|
||||
:inactive (not (config/plugin-config-enabled?))
|
||||
:fn plugin-config-handler/open-replace-plugins-modal}
|
||||
|
||||
:ui/install-plugin-from-github {:binding []
|
||||
:inactive (or (not config/lsp-enabled?) (not (util/electron?)))
|
||||
:fn plugin-config-handler/open-install-plugin-from-github-modal}
|
||||
|
||||
:ui/clear-all-notifications {:binding []
|
||||
:fn :frontend.handler.notification/clear-all!}
|
||||
|
||||
@@ -804,6 +808,7 @@
|
||||
:ui/select-theme-color
|
||||
:ui/goto-plugins
|
||||
:ui/install-plugins-from-file
|
||||
:ui/install-plugin-from-github
|
||||
:editor/toggle-open-blocks
|
||||
:ui/clear-all-notifications
|
||||
:git/commit
|
||||
|
||||
Reference in New Issue
Block a user