Fix bug with certain plugins and misc cleanup

- Plugins that used effects weren't loading correctly e.g.
  logseq-power-plugin
- Cleaned up translation, docs and some fn naming
This commit is contained in:
Gabriel Horner
2022-10-17 10:31:07 -04:00
parent 441a19fcb8
commit 2685cd1325
11 changed files with 48 additions and 43 deletions

View File

@@ -412,8 +412,7 @@
:ui/install-plugins-from-file {:binding false
:inactive (not (config/plugin-config-enabled?))
;; TODO: Remove dev convenience
:fn (fn [] (plugin-config-handler/open-sync-modal))}
:fn plugin-config-handler/open-replace-plugins-modal}
:editor/toggle-open-blocks {:binding "t o"
:fn editor-handler/toggle-open!}