Hi Siniy-Kit > Hi. I use single-file tiddlywiki.html for making mini-sites (many static > pages). I want make static pages only from tiddles I have modified or created > before saving. How can i get $list of this kind of tiddlers?
The “haschanged” operator filters tiddlers that have been modified since the wiki was loaded: https://tiddlywiki.com/#haschanged%20Operator <https://tiddlywiki.com/#haschanged Operator> So you should be able to use something like [all[tiddlers]haschanged[]] to get a list of changed tiddlers for rendering. Best wishes Jeremy > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/cf59af1a-ddcc-43c1-a431-49764fb8f4f2%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/cf59af1a-ddcc-43c1-a431-49764fb8f4f2%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/61F35CB1-8465-44E1-BBA7-A69866BC9730%40gmail.com.

