Let’s say that I create an HTML page in a single file using HTML, Javascript and CSS. Just like this jsfiddle page https://jsfiddle.net/raylight/1um2deko/.
Well, this page works fine on my computer as an HTML file… And it works fine on jsfiddle as well. However, if I try to put this HTML code inside a tiddler with the type text/html
I get the following result:
I’d like to be able of creating some web pages inside my tiddlers. I have seen that it’s possible to set the type text/html
inside a tiddler, but even though the HTML created with this type works with simple cases, it doesn’t work when I create more complex pages with javascript libraries declared in it. Is it possible to make a tiddler display the webpage from an HTML code that is inside the tiddler? Or did I get it wrong and the type text/html
is not supposed to be used like that?