Tiddlywiki doesn't save incremental changes so there isn't a way to show a 
diff for modifications. 

If you want to see modified tiddlers than any tiddler changed has it's 
modified field updated with the current timestamp so you can see modified 
tiddlers from the past day, sorted newest to oldest like this:

<$list filter='[has[modified]!sort[modified]days[-1]]'>
<$link><$view field='title'/></$link> - Modified on <$view field='modified' 
format='date'/><br>
</$list>



where you change days[-1] to some other number to extend how far into the 
past you want.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/52b995fe-4eef-499b-af08-1929e35b12e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to