Hi, I would like to know i could embed a code editor like Ace in Anvil. I softly tried but couldn’t seem to get it to work.
I created a little Flask server to test it out and it turns out it’s painless. One HTML file, a couple JS files (depending on the desired functionality) and that’s it.
In this case loaded the 3 JS files i wanted from a cdn, using Flask’s “render_template” to load the HTML file: https://pastebin.com/pm08J85Z