logseq / logseq-plugin-samples

Logseq plugin samples for beginner 🌱
MIT License
298 stars 83 forks source link

Hello World Plugin Block Context Menu Example Broken #18

Closed bezark closed 2 weeks ago

bezark commented 2 years ago

The current example of a block menu item in the hello world is logseq.Editor.registerBlockContextMenu (line 15). I believe this need to be changed to logseq.Editor.registerBlockContextMenuItem.

Thanks!