No you cant format a tiddlywiki in dreamweaver. An HTML editor expects an HTML markup on which it can work. Although a tiddlywiki is an HTML document there is no html markup lying there inside the <body></body> tags which is ready to be read and rendered by the browser. The actual page layout and its style information is read by the javascript code by reading system tiddlers like PageTemplate and others embedded within the belly of a TW document when it loads up in a browser which can run javascript. This info is then used to generate the html markup dynamically, meaning it is created right there and then.
On Dec 31 2009, 8:37 pm, "Manuel K." <[email protected]> wrote: > When I try to format tiddlywiki with dreamweaver, an error message > "This file requires Javascript to function properly" appears. Is it > possible to format tiddlywiki with dreamweaver ? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

