> <<newTiddler label:"Add" title:[[target tiddler]]
> fields:"MyField:MyValue">>
Although you can use <<newTiddler>> to set a field value into an
*existing* tiddler, it's a bit like using a slegdehammer to swat a
fly.
You can achieve the results you want without the extra overhead and
side-effect (i.e., opening the tiddler in edit mode) by using a tiny
inline script [1], like this:
<script label="Add">
store.setValue("TiddlerName", "MyField", "MyValue");
</script>
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
[1]: requires http://www.TiddlyTools.com/#InlineJavascriptPlugin
--
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.