> Anybody know how to programmatically append text into a tiddler that's
> currently being edited?

var here=story.findContainingTiddler(where); if (!here) return null;
var title=here.getAttribute("tiddler");
var e=story.getTiddlerField(title,"text");
if (e&&e.getAttribute("edit")=="text") e.value+="new text goes here";

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

Reply via email to