Another q

61 views
Skip to first unread message

David Gifford

unread,
Nov 10, 2013, 6:03:15 PM11/10/13
to tiddl...@googlegroups.com
Why doesn't this render the double break between the blurb field and the next list entry? Tried moving the breaks around but they all look bad.

<$list filter="[is[current]tagging[]sort[title]]"><$link to={{!!title}}><$transclude field="title"/></$link><br><$transclude field="blurb" format="text"><br><br></$transclude></$list>

PMario

unread,
Nov 10, 2013, 6:18:33 PM11/10/13
to tiddl...@googlegroups.com


On Monday, November 11, 2013 12:03:15 AM UTC+1, David Gifford wrote:
Why doesn't this render the double break between the blurb field and the next list entry? Tried moving the breaks around but they all look bad.

<$list filter="[is[current]tagging[]sort[title]]"><$link to={{!!title}}><$transclude field="title"/></$link><br><$transclude field="blurb" format="text"><br><br></$transclude></$list>

David Gifford

unread,
Nov 10, 2013, 6:27:27 PM11/10/13
to tiddl...@googlegroups.com
Thanks Mario! Now how do I fix it?

Dave

PMario

unread,
Nov 10, 2013, 6:40:18 PM11/10/13
to tiddl...@googlegroups.com
not sure. try:
<$list filter="[is[current]tagging[]sort[title]]"><$link to={{!!title}}><$transclude field="title"/></$link><br><$transclude field="blurb" format="text"></$transclude><br><br></$list>
-m

David Gifford

unread,
Nov 10, 2013, 7:14:29 PM11/10/13
to tiddl...@googlegroups.com
Well, your answer showed me I had mixed transclude and view. I changed both to view and it worked!


--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/mRJMQlw3u7U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.



--
David Gifford
Christian Reformed World Missions, Mexico City

PMario

unread,
Nov 11, 2013, 5:03:00 AM11/11/13
to tiddl...@googlegroups.com
Can you post your solution as a reference for others?
-m

David Gifford

unread,
Nov 11, 2013, 7:45:17 AM11/11/13
to tiddl...@googlegroups.com
And the solution is:

<$list filter="[is[current]tagging[]sort[title]]"><$link to={{!!title}}><$view field="title"/></$link> <$view field="blurb" format="text"></$view><br><br></$list>
Reply all
Reply to author
Forward
0 new messages