Hi julien23
Thanks a lot :-)
> context.lines[0].push("[["+tiddler.title+"]]");
I *do* want to create a link to the tiddlertitle, however I want a
custom field as "prettylink".
This doesn't seem to work:
context.lines[0].push("[["+store.getValue(tiddler.title,"name")
+"|"+tiddler.title+"]]");
nor does:context.lines[0].push("[["+store.getValue(tiddler,"name")
+"|"+tiddler.title+"]]");
Do you have any idea what it should be?
> context.lines[1].push("<<tiddler
> [["+tiddler.title+"##Description]]$))");
That's great!!! Should have thought about that tiddlermacro :-) -
thank you very much for the tip!! Now the table will not break because
of linebreaks!!
Cheers Måns Mårtensson
--
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.