How do I display fields and values of the tiddler when it is not in Draft Mode?

48 views
Skip to first unread message

david...

unread,
May 10, 2015, 10:11:37 PM5/10/15
to tiddl...@googlegroups.com
Hi all,
 
How do I display the field values in a tiddler?
 
I have a tiddler with two fields:
  • probability:likely
  • severity:negligible
Currently, these fields and values are only visible in draft mode.
 
How do I display the fields and values of the tiddler, in the tiddler, when it is not in Draft Mode?
 
Ideally, I'd like to display these in a table, rather than inline.
 
Cheers,

David.

Eric Shulman

unread,
May 11, 2015, 12:26:24 AM5/11/15
to tiddl...@googlegroups.com, gro...@tag.eml.cc
On Sunday, May 10, 2015 at 7:11:37 PM UTC-7, david... wrote:
How do I display the field values in a tiddler?
I have a tiddler with two fields:
  • probability:likely
  • severity:negligible
Ideally, I'd like to display these in a table, rather than inline.

You can use *transclusion* to retrieve and display the valus of the fields, like this:

{{!!probability}}
and
{{!!severity}}

see http://tiddlywiki.com/#Transclusion%20in%20WikiText for more details on how to use "Text References" in wiki text.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...

david...

unread,
May 11, 2015, 12:40:35 AM5/11/15
to tiddl...@googlegroups.com
Brilliant! Thanks Eric!
 
So I can see from Tables in WikiText how to change the formatting so those field values are in a table:
 
|!probability:|{{!!probability}}|
|!severity:|{{!!severity}}|
 
Kind regards,
 
David.
Reply all
Reply to author
Forward
0 new messages