It is nice and simple to transclude an arbitrary tiddler's field directly into WikiText or to use the view widget. But I'm having difficulty cracking how to do the same thing inside a JavaScript function tiddler! I couldn't dig up any pertinent documentation and quickly pawing through some $;/core macro source also failed to provide me instant gratification. Can someone point me in the right direction here? Presumably something vaguely resembling:
var target_field_value = this.wiki.getTiddler(target_tiddler_name). getFieldValue(target_field_name); Obligatory -- I've been using TiddlyWiki for over a decade (although until recently my use has always been super-vanilla without any substantial customization) and it is just the absolute best note-knowledge-graph-data-store-outlining-to-do-thing-a-ma-jig out there. I've just recently started serving my TiddlyWikis with Node.js on my LAN and the painless, invisible automation of the saving process has finally killed the only significant irritation I've had with TiddlyWiki in all this time. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fe990eb3-8316-4934-b53d-5e039247c295%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

