Thank you for the suggestion. I'd looked at that plugin earlier, and while it was close, I didn't see a way to configure it to only add the username as a tag to specified tiddlers instead of every tiddler that's created/modified.
After playing around with the two plugins, I think I found a way (with my very, very limited skills) to modify CheckBoxPlugin to do what I'm looking for... I took the line: var target=lookaheadMatch[3]; and simply set it to var target=config.options.txtUserName; and then deleted the next line to stop it from trimming the UserName. It's kind of an ugly solution, but it seems to work as long as I don't plan to use the plugin to add any other tags. I think that's what I'll go with unless anyone has any other ideas. Thanks again. On Dec 13, 7:22 pm, Måns <[email protected]> wrote: > Hi Sbell > > Checkout:http://www.tiddlytools.com/#AutoTaggerPlugin > and docs:http://www.tiddlytools.com/#AutoTaggerPluginInfo > > Cheers Måns Mårtensson > > On 13 Dec., 22:06, Sbell <[email protected]> wrote: > > > Hello, > > > I'm using TiddlyWiki to organize a moderate-sized collection of > > documents. What I'd like to add is a checkbox or other button that > > users could click to flag tiddlers they find interesting. I've found > > a great way to add a checkbox that'd add a generic tag to the tiddler > > (CheckBoxPlugin), but ideally, I'd like to use the specific UserName > > instead. > > > It seems like there should be a simple way to toggle a UserName tag, > > but I'm just not sure how (it's very possible the addon already does > > it and I just don't know). Any assistance would be greatly > > appreciated. Thank you! -- 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.

