[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
woops, sorry folks, I just figured it out: http://www.tiddlytools.com/#AutoTaggerPlugin nvm :) -- 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

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
...and i'm back: does anyone know how to make clicking on a tiddlyLinkNonExisting automatically open the new Tiddler in edit mode (in addition to having a default tag, which AutoTaggerPlugin takes care of)? thanks! -- You received this message because you are subscribed to the Google Groups "

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
> does anyone know how to make clicking on a tiddlyLinkNonExisting > automatically open the new Tiddler in edit mode (in addition to having > a default tag, which AutoTaggerPlugin takes care of)? > In case anyone needs this in their TW, here is my solution: I changed the following line in TaggedT

[tw] Re: default tag for new tiddler

2011-03-16 Thread Måns
Hi AXS > In case anyone needs this in their TW, here is my solution: > I changed the following line in TaggedTemplateTweakPlugin (which I was > already using): > if (!tiddler) return coreTemplate > to > if (!tiddler) return config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE]; > where config.tiddlerTempl

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
On Mar 16, 2:34 pm, Måns wrote: > Wauw :-) That was a tricky one! - Would you consider publishing your > document, when you are finished? > I would really like so see it in action.. Here's a link* to the current iteration of my TW. It's a frontend to a book. The target audience is medical student

[tw] Re: default tag for new tiddler

2011-03-16 Thread Eric Shulman
> In case anyone needs this in their TW, here is my solution: > I changed the following line in TaggedTemplateTweakPlugin (which I was > already using): > > if (!tiddler) return coreTemplate > > to > > if (!tiddler) return config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE]; > > where config.tiddlerTempl

[tw] Re: default tag for new tiddler

2011-03-16 Thread Eric Shulman
> Here's a link* to the current iteration of my TW. It's a frontend to a > book. The target audience is medical students. It's about 95% done. > The last things I am planning on adding are more buttons to the edit > toolbar in edit mode, such as specific highlighter colors. Lemme know > if you have

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
@eric: 1) I understand your concerns 2) I am not releasing your plugins 3) Modified plugins get a new name in my TW AND are commented to indicate changes 4) This TW is not shared for profit, but may be distributed among friends back to the topic: I made a new constant DEFAULT_NEW_TEMPLATE, becaus

[tw] Re: default tag for new tiddler

2011-03-16 Thread axs
On Mar 16, 4:30 pm, Eric Shulman wrote: > - > Story.prototype.axs_saved_chooseTemplateForTiddler >    =Story.prototype.chooseTemplateForTiddler > Story.prototype.chooseTemplateForTiddler = function(title,template) { >         // get core template and split into theme and te