To ensure tiddlers included using IncludePlugin are listed, it would
be good if the first line of the getTiddlers function could use
reverseLookup, so:

     var tiddlers = store.reverseLookup("title", excludeTag);

I've also added a cross after the tags by amending refreshTags as
follows:

     createTagElement(clone, tag+" ×", self.locale.delTagTooltip,
self.delTag);

and delTag as follows:

     tags.remove(btn.text().replace(/ ×$/, ""));


Jonathan

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to