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…
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
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 ?
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.