Interacting with the editor

Is it possible to create a .js script that works with the editor?

For example, I want an attribute that when it changes, an alert appears, or a string attribute is set.

Hi @guzu,

That’s possible using an unofficial API available in the editor. Take a look at this thread, it’s quite old but it’s mostly correct:

1 Like

Cool!

Edit:
It is going to be a challenge to find my way through it :sweat_smile:

1 Like

Indeed it can be difficult to start with no docs and the API is prone to changes, but it’s quite powerful. Check this thread for a small how to start guide:

Thanks! I’m going through it :+1:

1 Like