I am writing a javascript widget which updates the text field of the 
current tiddler. After updating I would like to force the tiddler to 
reparse, not just redraw the existing parsetree. Is that possible, 
refreshSelf doesn't seem sufficient?

    $tw.wiki.setText(this.tiddlerTitle, "text", null, newTiddlerBody);
    this.refreshSelf();

(xpost from tiddlywikidev due to lack of responses)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a84b23ec-a4e5-4b53-8e6b-cd9e847129f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to