> 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 TaggedTemplateTweakPlugin (which I was
already using):

if (!tiddler) return coreTemplate

to

if (!tiddler) return config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE];

where config.tiddlerTemplates[DEFAULT_NEW_TEMPLATE] and
DEFAULT_NEW_TEMPLATE are defined in a systemConfig tiddler.


AXS

-- 
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