Hi Stephen,

You can certainly access the content of an ordinary tiddler via JavaScript. 
Have a look at methods in $:/core/modules/wiki.js 
<https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/wiki.js>, 
such as *getTiddlerText*, *getFieldString*, *extractTiddlerDataItem*, etc.

Perhaps the easiest technique would be to use *getTiddlerList*, which takes 
a tiddler title and a field name (or property name), and returns an array 
of the items listed <http://tiddlywiki.com/prerelease/#Title%20List> in 
that field.

– æ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to