The code will explain it better than I can. BTW, is there a more
efficient way to add multiple tags?
// hijack config.taggly.setTagglyOpt()
if (config.taggly.setTagglyOpt_zPluginTweaks==undefined) {
config.taggly.setTagglyOpt_zPluginTweaks=config.taggly.setTagglyOpt;
config.taggly.setTagglyOpt=function(title,opt,value)
{
var r = config.taggly.setTagglyOpt_zPluginTweaks.apply
(this,arguments);
if (store.getValue(title,"changecount")=="1" && !
store.getTaggedTiddlers(title).length) {
store.setTiddlerTag(title,true,"excludeSearch");
store.setTiddlerTag(title,true,"excludeLists");
store.setTiddlerTag(title,true,"tagglyExpression");
}
return r;
}
}
On Mar 23, 3:09 pm, RA <[email protected]> wrote:
> There is a good reason - what if it's just a tag? What I really meant
> is add "excludeSearch excludeLists" to a new tiddler that is
> expression, not a simple tag name.
> -- R
>
> On Mar 22, 2:26 pm, RA <[email protected]> wrote:
>
> > Perhaps there is a good reason this hasn't been done, but I'd like to
> > see "excludeSearch excludeLists" added to the new tiddler created by
> > setTagglyOpt. I posted the fix here:http://tiddlywiki.pastebin.com/m3c318a11
>
> > Thanks.
>
> > --R.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---