Is it possible to build an code editor?

Want to see if I can build a code editor that runs code and shows output for Javascript. Is it possible?

1 Like

Hi @kalbondada

I think you might find you have issues with this. I know using JavaScript inside Bubble does cause some issues and unless its in a plugin you might find this difficult. Then there is no guarantee you wont hit a conflict within Bubble if some one codes something Bubble does not like.

You might want to take a look at some of the other tools like Backendless (they now have a new UI builder) or Wappler which are probably more suited to this use case.

Maybe some of the Bubble JavaScript wizards can pipe in here and provide a perspective.

1 Like

Yeah, it’s doable, all you have to do is embed a ready made editor that evaluates it, your page would look something like Codepen.

4 Likes