Hi,

I'm afraid I've no answers for you.

I think that multiple revisions is a big missing feature in TW. I took
a look at the RevisionsPlugin and, although it is nicely done, it's
not a good enough solution because in a short term it will create lots
of different copies (versions) of any single tiddler. It looks to me
that the only way to go is to store differences from the last version
of a tiddler. I know there are javascript implementations of diff and
patch. Has anyone considered this?

--
Paulo Soares

On 14 Jun, 00:07, rouilj <[email protected]> wrote:
> Hi all:
>
> I am using the RevisionsPlugin 
> fromhttp://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin
> to
> keep multiple revisions of some of my tiddlers. What would be great is
> to be able to compare two
> revisions of the tiddlers.
>
> I found the CompareTiddlersPlugin from Eric Shulmanwww.tiddlytools.com
> and it looks like it would
> work wonderfully except for one issue. The pull down boxes that let
> you select the tiddlers for the
> CompareTiddlersPlugin excludes tiddlers tagged with excludeLists,
> which makes sense. Unfortunately
> the (prior reviion) tiddlers created with RevisionsPlugin are tagged
> with excludeLists to prevent them
> from showing up in the normal timeline etc listings.
>
> I am looking for a way to modify the call in CompareTiddlersPlugin
> that reads:
>
>    var tids=store.getTiddlers('title', 'excludeLists');
>
> to also include the tiddlers tagged with "Revisions". Using Google,
> the documentation I found
> on getTiddlers() is somewhat sparse (or out of date 
> as:http://tiddlywiki.org/wiki/Dev:GetTiddlers
> seems to be). The closest I have come it to:
>
>    TiddlyWiki.prototype.getTiddlers = function(field,excludeTag)
>
> in the 2.5.1beta2 tw file itself. From this it appears that I would
> have to write my own function that
> allows an includeList, and replace the call to getTiddlers in the
> CompareTiddlersPlugin.
>
> I do have the MatchTagsPlugin installed in my TW, is there something
> in there that I could
> use, maybe getMatchingTiddlers??
>
> Thanks for any ideas.
>
> -- rouilj
--~--~---------~--~----~------------~-------~--~----~
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