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

On Monday, April 27, 2020 at 8:55:35 AM UTC+10, TonyM wrote:
>
> Folks,
>
> In an attempt to fix a Wiki I have as mentioned here 5.1.22 Upgrade 
> Problem - TypeError 
> <https://groups.google.com/d/msg/tiddlywiki/zparl823uqY/9lajh6CzAgAJ>
> I need to establish a method to delete a pile of overidden shadow tiddlers.
> [all[shadows+tiddlers]]
>
> I need a way to test if there is non-trivial differences between the 
> tiddlers ie fields and text have not changed (perhaps excluding created 
> creator modified and modifier etc...) and delete only "identical tiddlers".
>
> Can anyone think how to test for this?
>
> Thanks in Advance
> 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/8d264778-4ee1-4b37-a523-534d9487ce8f%40googlegroups.com.

Reply via email to