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 <nameany...@gmail.com> 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 <nameany...@gmail.com> 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 TiddlyWiki@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