Folks,

I am bringing this thread back to life because I think there is an even 
better approach to  Emergency tiddlers export to JSON,

The haschanged operator

<$list filter="[haschanged[]]">

</$list>

It lists all tiddlers edited, even if not changed, since the last load of 
tiddlywiki, in noteself this is all tiddlers since you opened the NoteSelf 
file the first time (needs confirmation).
Note you may have saved the wiki, but this list will not be reset, This 
could be good if the saves were actually failing, hence your need to an  
Emergency 
tiddlers export to JSON,


or 

<$list filter="[!is[system]haschanged[]!has[draft.of]]">

</$list>


Regards
Tony

On Sunday, March 11, 2018 at 5:09:47 PM UTC+11, wjam wrote:
>
> Tony and all
>
> The filter provided filter also includes all draft tiddlers so those will 
> be backed up too.
>
> When you want to save system tiddlers too you should remove the 
>   !is[system]
> part of the filter (or the filter-field of the attached tiddler after 
> importing)
>
> when you are developing your own system tiddlers then you are probably use 
> a personal prefix similar to what I use:
>   $:/plugins/wjam/xyz
> Then add a filter which contains
>   search:title[$:/plugins/wjam/]
> in the filter.
>
> I've seen the option to disable updating the modified field, but I do not 
> use it. This would complicate versioning. Above additions will at least 
> include all your stuff. :)
>
> related topic: When you use my diffview import at 
> twjam5beta.tiddlyspot.com <http://twjam5.tiddlyspot.com> the tiddlers 
> with unchanged modified fields will be deselected by default and therefor 
> not automatically imported when you press the [import] button. 
>
> It would be best to select those just to be sure using the provided single 
> checkbox.
>
> //It would also be possible to add additional checks e.g. compare text 
> fields using wikify widget but that will slow things down considerably.//
>
> wjam
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6868dda9-544b-41ed-ae45-7090ce0392a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to