Thanks!
-Erik Anderson
In the ViewTemplate tiddler (which starts out as a built-in 'shadow'
tiddler), find this line:
<div class='toolbar' macro='toolbar closeTiddler closeOthers
+editTiddler sendTiddler permalink references jump'></div>
and change "+editTiddler" to just "editTiddler" (i.e., remove the "+").
The "+" indicates which action on the toolbar will be triggered by the
double-click. If no item has the "+", then no action is performed
Alternatively, if you only want to disable double-clicking in specific
selected tiddlers, you can include a little bit of inline javascript
directly in that tiddler's content that will remove the ondblclick
handling for that tiddler:
http://www.TiddlyTools.com/#DoubleClickDisable
(note: requires http://www.TiddlyTools.com/#InlineJavascriptPlugin)
To quickly incorporate this script into any desired tiddler, use:
<<tiddler DisableDoubleClick>>
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
err, that should be: <<tiddler DoubleClickDisable>>
-e
Awesome - worked perfectly. Thanks!
-Erik