vipzhicheng / logseq-plugin-mark-map

This is a plugin for https://github.com/logseq/logseq to provide mindmap support based on https://github.com/markmap/markmap.
277 stars 4 forks source link

Keyboard shortcut conflicts with Move Block plugin #47

Closed almereyda closed 1 year ago

almereyda commented 1 year ago

When starting LogSeq, an error is thrown that reads:

:plugin.logseq-mark-map/mark-map-open-full ctrl+shift+m ctrl+shift+m Keyboard shortcut conflicts with existing shortcut: plugin.logseq-copy-ref-to-journal/move-block

I don't know which one should be given precedence here, or how to configure the plugin.


This is the mirror version of

vipzhicheng commented 1 year ago

Yes, I guest you are using Windows. I give cmd+shift+m to Move Block by default but it's ctrl+shift+m on Windows which is conflict with Markmap. I will give another default bind to Mark Map which would be ctrl+alt+shift+m.

And you can edit plugin settings file of any plugin to change the binding manually before that.

Most of time I do not use shortcuts to trigger Mark Map actually.

vipzhicheng commented 1 year ago

For now, it's ctrl+alt+shift+m.