mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Install and uninstall plugins from file
Change plugins.edn to key off id as it is unique and all operations work off of it. Note: there are still some bugs with certain plugin installs
This commit is contained in:
@@ -355,6 +355,9 @@
|
||||
(defmethod handle :go/plugins-waiting-lists [_]
|
||||
(plugin/open-waiting-updates-modal!))
|
||||
|
||||
(defmethod handle :go/plugins-from-file [[_ plugins]]
|
||||
(plugin/open-plugins-from-file-modal! plugins))
|
||||
|
||||
(defmethod handle :go/plugins-settings [[_ pid nav? title]]
|
||||
(if pid
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user