Code format and indentation in text input

Hi everyone!

Can I create a text input field like a code editor, with colors and indentation? Or do I need to perform work on the component?

Like a SublimeText / Notepad++ / VSCode…

WeWeb uses Monaco editor which powers VSCode, I think you could import it in the many ways WeWeb allows you to import JS

1 Like

This may seem strange, but I’ve never been able to use JS externally or via NPM. Where can I find material on this for dummies :laughing:?

Thank you in advance…

Hmm, i think you might wanna look around the forum, @raydeck also has some videos on his channel. For this I’d probably go for custom components, which though aren’t really well documented.

1 Like