On Friday, November 8, 2019 at 10:03:15 AM UTC+1, HC Haase wrote: > > Tank you for your help PMario! I could not see it. > it makes sense, that wikitext can't me interpreted if it has a css type. > but how come css works in a text/vnd-tiddlywiki tiddler?? >
By TW-magic :) The TW startup module render.js contains some code, that builds the DOM <style> element, that contains every stylesheet definition available in TW. This element is needed by the browser. The browser expects, that it contains css definitions. The core/ui/PagesStylesheet <https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FPageStylesheet> tiddler contains the build instructions. The input type is text/vnd-tiddlywiki. The output, if done right, is text/css compatible. That's what the browser expects to be in the <style> element. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/68f92e34-f09b-4687-aec7-fd161085e194%40googlegroups.com.

