Hi Stephan That makes sense.
The code to keep a static file representation up to date by figuring out when a dependent tiddler is changed is demonstrated by the stylesheet handling in startup.js: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/startup.js#L193 You can see how the tiddler $:/core/ui/PageStylesheet is rendered to a widget tree, and then refreshed on every tiddler change. If the refresh of the widget tree results in any changes then we regenerate the stylesheet CSS. Best wishes Jeremy On Sat, Mar 22, 2014 at 12:20 PM, Stephan Hradek <[email protected]>wrote: > > > Am Samstag, 22. März 2014 12:24:04 UTC+1 schrieb PMario: > >> .. TiddlyWeb has all the bits and pieces, to make this happen. They exist >> and are tested in TiddlySpace. So for me it's a reuse and not a "new >> feature" problem. The problem is, how can we make the setup a "one click >> install" experience. >> > Maybe something for me to explore... > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
