Several of you helped me untangle my fields with pseudo spaces in their names represented by, for example, place_of_residence See Macros listing fields with spaces in their names
Now I am using a Shiraz’s Dynamic Table to list a set of tiddlers and their fields. Unfortunately I end up with headings in the table that are not quite so elegant.
Title | Place_of_residence | Map |
---|---|---|
name1 | Place 1 | |
name2 | Place 2 |
Now Dynamic Tables does have feature change the heading of column 1, the Title to something more appropriate like Name
How can I do this with the second column to reformat Place_of_residence ?The Shiraz Dynamic Table tutorial suggests this may be possible with a column template.
This is my code:
<<table-dynamic filter:"[tag[People]]" fields:"Name place_of_residence map" editButton:"no" stateTiddler:"exmp01" >>