FND,

Not sure if you have already addressed this, but in my document the
tag selection popup was not closing after a selection was made
(I assume you can find a better way to patch this) (ff3.5 winXP - in
case it is a browser related issue)

My Patch:

        onTagClick: function(ev) {

                macro.refreshTags(data.tags, data.container);
                macro.refreshTiddlers(data.tiddlers, data.container);
                macro.refreshTags(tags); //added to close popup after tag 
selection
                return false;

From: TagsplorerMacro v1.3.2 stable

Mike

On Apr 6, 7:29 am, overett1 <[email protected]> wrote:
> > >> Is there any particular reason why the IncludePlugin doesn't support
> > >> getTiddlers - it sounds like perhaps it should? [...]
>
> > > According to the comments in the source code it's because getTiddlers
> > > is used for saving, and the idea of ImportPlugin is that external
> > > tiddlers are imported but not saved.
>
> > After thinking about this some more, I'm not comfortable with such a
> > change (for one thing, reverseLookup seems less performant than
> > getTiddlers).
>
> > So I suggest you create a simple fork, replacing just one line:
> > - var tiddlers = store.getTiddlers("title", excludeTag);
> > + var tiddlers = store.reverseLookup("tags", excludeTag, false, "title");
>
> > Does that seem acceptable?
>
> That's fine with me, thanks for considering it!
>
> Jonathan

-- 
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