2021-04-25, 05:20 PM
Hello
- I am trying to get a code editor to work inside forums
- the code editor I am trying to embed is: Ace Editor
- I enabled HTML
- I am the only one who accesses this forum, and I understand the security concerns.
I am trying to enable Javascript for the Ace Editor to work.
I tried the MyCode workaround from: querschlaeger from here, but it's not working.
For example, if I try
- I am trying to get a code editor to work inside forums
- the code editor I am trying to embed is: Ace Editor
- I enabled HTML
- I am the only one who accesses this forum, and I understand the security concerns.
I am trying to enable Javascript for the Ace Editor to work.
I tried the MyCode workaround from: querschlaeger from here, but it's not working.
For example, if I try
[javascript]
var a = "hello world!";
document.write("text" + a);
[/javascript]
it will show up as plain text