> I have a small question on the use of the EditFieldPlugin.
> (found athttp://www.tiddlytools.com/#EditFieldPlugin)
...
> The behaviour is not exactly as I like:
...
> So my question is: how can I silently accept all changes, and make the
> fields display the actual value?
>
> Any suggestion on how to change this without "hacking" the plugin is
> appreciated.
The problem displaying remote fields values wass a bug, which I've now
fixed. I've also added the ability disable the confirmation handling
when saving changes to fields. Just create a tiddler (e.g.
[[EditFieldPluginConfig]]), tagged with systemConfig, containing:
//{{{
config.edit.macros.saveMsg=""; // suppresses "confirm save"
//}}}
When the saveMsg is blank, the confirmation dialog is automatically
bypassed. Note that this does NOT affect confirmation when you are
*cancelling* a change (by pressing ESC).
Get the update (v.1.6.0) here:
http://www.TiddlyTools.com/#EditFieldPlugin
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--
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.