Quick tip;
See if it works after inserting a blank line after the list
<$list filter="[is[current]tag[paper]]">
|!Author: |{{!!author}} |
|!Author2: |{{!!author2}} |
|!Link: |{{!!url}} |
|!Notes: |{{!!notes}} |
</$list>
Then remove the unwanted blank at the end of the line marked in red.
Regards
Tony
On Saturday, April 11, 2020 at 11:32:41 AM UTC+10, Robert Mastragostino
wrote:
>
> I assume that this is a simple question, but I couldn't find an answer in
> the docs or searching through the forums.
>
> I have a tiddler type representing an academic paper, tagged with "paper",
> with a few fields as below. I want the display of this tiddler to
> automatically produce a table displaying these fields. To do this I have
> another tiddler viewPaper, tagged as a viewTemplate, containing the
> following:
>
> <$list filter="[is[current]tag[paper]]">
> |!Author: |{{!!author}} |
> |!Author2: |{{!!author2}} |
> |!Link: |{{!!url}} |
> |!Notes: |{{!!notes}} |
>
> </$list>
>
> Unfortunately the formatting doesn't work, and the paper tiddler just
> appears as though this were written as one line of text (with field
> references correctly filled in). Copy-pasting the table itself into the
> desired tiddler displays exactly as expected, so I don't think this is a
> formatting problem. Is there some other syntax I need to force the display
> to work?
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/e06eb16e-22f5-4157-9358-f682c381c2ff%40googlegroups.com.