Folks, 

With the Previous code snipit I have discovered that some shadows+tiddlers have 
a modified date field and others do not.

I would think this would be sufficient to identify any tiddler I have 
changed intentionally as the modified is set by any interactive edits.

So now my target is to delete "
*[all[shadows+tiddlers]is[shadow]!has[modified]]*" as most likely 
overridden system tiddlers who have not actually changed.

Does this sound like a reasonable assumption?

Regards
Tony


On Monday, April 27, 2020 at 9:24:35 AM UTC+10, TonyM wrote:
>
> Flks,
>
> I am progressing on this;
>
> The following code works on tiddlywiki.com and editing the 
> $:/Acknowledgements 
> tiddler
> <$list filter="[all[shadows+tiddlers]prefix[$:/Ack]]">
>   <$set name=source value={{{ [all[current]shadowsource[]] }}}>
>      <!--$diff-text source={{FirstTiddler}} dest=<<currentTiddler>> 
> ></$diff-text-->
>     <$link/> <<source>><br>
>     subTiddler Fields
>     <$list filter="[<currentTiddler>subtiddlerfields<source>]">
>
>     </$list>
>     Tiddler fields
>     <$list filter="[<currentTiddler>fields[]]">
>
>     </$list>
>   </$set>
> </$list>
>
> I suppose what I need to know is how to compare the field contents 
> (including text) by referencing the shadow version contents of each field. 
> Unless there way a whole of tiddler comparison method from which we could 
> exclude some fields.
>
> Regards
> Tony
>

-- 
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/71d9a2e3-d201-4efc-baf3-112e1ae0476a%40googlegroups.com.

Reply via email to