Re: [tw5] [TW5] How to show all modified or created tiddles before saving?

2019-11-21 Thread Jeremy Ruston
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 


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 tiddlywiki+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/cf59af1a-ddcc-43c1-a431-49764fb8f4f2%40googlegroups.com
>  
> .

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61F35CB1-8465-44E1-BBA7-A69866BC9730%40gmail.com.


[tw5] [TW5] How to show all modified or created tiddles before saving?

2019-11-21 Thread 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?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf59af1a-ddcc-43c1-a431-49764fb8f4f2%40googlegroups.com.