Fun with Eval plugin (quick prototyping of simple plugins)

So i created eval plugin as a basic calculator. But next thing that came to my mind is that it can be used as a quick plugin testing facility.

The long story short is that you can execute any code that would normally belong to execute method of register command
( in await joplin.commands.register({execute: async () => { }}) )
right from within editor pane
Below is a link to example of how to search for notes and get JSON back

1 Like