[TW5] Need help with an experimental TiddlerInfo tiddler

78 views
Skip to first unread message

David Gifford

unread,
Oct 22, 2013, 8:46:51 PM10/22/13
to tiddl...@googlegroups.com
Hi all,

I am experimenting with the TiddlerInfo tiddler at http://giffmex.org/davesexperiment.html. But I need some help. If you open the aforementioned link, then open the information panel for the GettingStarted tiddler, you will see what I am trying to do: replace the tabs in the info panel with a table so that all the information is immediately visible.

But, the lists in the table are not breaking a line after each item in the list as they do in the tabs. Any help fixing that?

I would like to use this configuration for some TWs of mine, and also offer it at the TW5 mall as an alternative way to view tiddler information.

Blessings

Dave

Stephan Hradek

unread,
Oct 23, 2013, 1:55:18 AM10/23/13
to tiddl...@googlegroups.com
Does this CSS help?

body span.tw-list-frame span.tw-list-element {
  display
:block;
}



Jeremy Ruston

unread,
Oct 23, 2013, 3:40:48 AM10/23/13
to TiddlyWiki
Hi Dave

This is the pesky inline vs. block behaviour rearing it's head again. The quickest fix would be to add `type="ul"` to each of the <$list> widgets:

|tiddlerinfotable|k
|''Listed (parent topics):''<br><$list filter="[is[current]listed[]!is[system]]" itemClass="tw-menu-list-item" emptyMessage="This tiddler is not listed by any others" type="ul"/>|''References (links to this tiddler):''<br><$list filter="[is[current]backlinks[]sort[title]]" emptyMessage="No tiddlers link to this one" type="ul"></$list><br>''Tagging (tiddlers tagged with this one):''<br><$list filter="[is[current]tagging[]]" itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with this one" type="ul"/>|
|''List (subtopics):''<br><$list filter="[list{!!title}]" itemClass="tw-menu-list-item" emptyMessage="This tiddler does not have a list" type="ul"/>|~|

Best wishes

Jeremy



--
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 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.



--
Jeremy Ruston
mailto:jeremy...@gmail.com

David Gifford

unread,
Oct 23, 2013, 8:02:07 AM10/23/13
to tiddl...@googlegroups.com
Thanks Stephan and Jeremy! I ultimately went with Stephan's fix because my ul styles always include double spacing and bullets, and I don't want that for the TiddlerInfo panel.

Dave


--
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/maQed673d8I/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
Reply all
Reply to author
Forward
0 new messages