> Is it possible to change the behavior of the static pages? >
Certainly, it's all code. > I was looking the core > templates and though the template system a little > bit confuse. I installed NodeJS to try a wide use of TW5 features =). I > don't thought the static pages much navigable with the TW5 template/theme. > Is it possible to change the template/theme to have a more navigable Wiki? > The question is: How exactly? What precisely do you need? > I don't know the goal TW5 intends to achieve with the Statics Pages: is it > a mere static mirror of the wiki or intends to convert the wiki into > navigable static documents? Is it possible to have control on tags, for > example a page for each tag, and other things? =) > These things need to be created. As for tags, you could create tag pages. There could also be plain css dropdowns for taglists that allow you to navigate to other static pages. The required meta-data (e.g. tids, tags, etc...) could even be injected as a json / js library into each static file and then picked up by another "static.js" library which takes care of rendering dynamic elements, perhaps manipulated via jQuery. Most likely, there will also be node.js code enhancing the cooking of static files which will leverage such "meta-data" to inject "rich" or otherwise "ggregated" content, e.g. generated navigation, lists, tables, into the static files. I think there potentially is a lot of stuff that will come out of the workflow of using tw5 for authoring and node for rendering a static representation then uploaded to a server. TW5 might even be able to emulate a "static" preview in order to emulate the static experience without needing to cook it first. Tobias. -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

