[tw5] Re: Reading tiddler fields in JavaScript

2018-11-20 Thread KRM
Thanks, that does the trick! Appreciate the fast response. -- 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

[tw5] Re: Reading tiddler fields in JavaScript

2018-11-20 Thread Jed Carty
You almost have it, the function is getFieldString, not getFieldValue. If you replace the function name in your example it should work as expected. If you want some more in-depth information, here it is: A tiddler is just a special type of javascript object. The object returned by this.wiki.get

[tw5] Re: Reading tiddler fields in JavaScript

2018-11-19 Thread TonyM
KRM, Have you reviewed this wiki https://tiddlywiki.com/dev/index.html#JavaScript%20Macros ? Not sure it has your answer but worth a try. Tony On Tuesday, November 20, 2018 at 1:31:28 PM UTC+11, KRM wrote: > > It is nice and simple to transclude an arbitrary tiddler's field directly > into Wi