> The following change to CompareTiddlersPlugin adds the older revisions
> (identified by the "Revisions" tag)
> to the CompareTiddlersPlugin list in the correct location (sorted by
> title).
...
> more efficient way to do the above, but this works for me.

Rather than hard-code a check for a specific tag value, I've added a
new optional parameter to the macro:
   <<compareTiddlers "tagValue">>

When a tagValue is supplied, the droplists in the form will list only
those tiddlers that are tagged as indicated, instead of listing all
tiddlers (except those tagged with excludeLists, of course).

Note: if you have also installed TiddlyTools' MatchTagsPlugin, then
you can use complex boolean tag *expressions* to filter the droplists,
like this:
   <<compareTiddlers "tagA or (tagB and tagC)">>

Get the update (v1.1.0) here:
   http://www.TiddlyTools.com/#CompareTiddlersPlugin

> Also one wierd thing that happened was when I was comparing the
> revisions of the CompareTiddlersPlugin
> itself. It showed almost every line of the tiddler as changed. If I
> cut and pasted the contents of the tiddlers
> into emacs and compared the two versions in emacs, it showed precisely
> the lines I had changed
> as differences and everything else compared equal.

I didn't actually write the 'diff()' and 'diffString()' functions that
are being used... so I'm not that well-versed in their internal
logic.  It's *possible* that some whitespace handling could be the
cause, but I have no idea.  I'll have to dig really deep into that
code to figure it out...

-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to