First time plugin creator

so i’ve decided to delve into the world of plugins, and i have following issue;

Im trying to test around and create a widget. however, its not working;
image

i am trying to run it on the command bar, which; as per this article on the documentation, should work. but it does not. what am i doing wrong?

that is incorrect, since the command bar still respects indentation/line breaks
Edit: Here, just for you.
image

My mistake, thank you for correcting me! I was testing for solutions and it seems the command bar somehow does not have permission to access plugin functions.

Your best bet is to turn on plugin debugging inside studio settings and then save your code as a local plugin and reload it every time you publish changes.

1 Like

yeah i was thinking something like that. thanks for trying :slight_smile:

maybe some studio dev will see it and correct the issue relatively soon

1 Like

I want to know how do you put multiline in the command bar?