> There's a third option; the NewTiddler macro might set the respective
> custom field(s).
But that only works if you are creating new tiddlers...
Here's a little inline 'onclick' script that might be useful:
<script label="bag" title="change this tiddler's TiddlyWeb workspace">
var bag=prompt("enter a bag name");
if (!bag) return; /* cancelled by user */
tiddler.fields['server.workspace']=bag;
</script>
-e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---