Hi, for my exercise on migrating from WordPress to TiddlyWiki I would like to create tables whose rows are present or not, depending on if a particular field is present on the tiddler.
For example, the table:
| !Member | {{!!title}} |
| !Project | {{!!project}} |
| !LinkedIn | {!!LinkedIn}} |
will have a !Member
row, as any tiddler has the title
field, but the !Project
or !LinkedIn
rows will be present only if the project
and LinkedIn
fields are present in the tiddler. The resulting table will have three, two or one rows, according to the presence of the corresponding fields in the tiddler. Is this possible in TW and if yes, how?
TIA,