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?


-- F.

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