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