<$list links not working

57 views
Skip to first unread message

Magnus

unread,
Dec 26, 2018, 6:43:21 PM12/26/18
to TiddlyWiki
I have a filter list like:

<$list filter="[genus{!!caption}!has[draft.of]sort[caption]] -[rank[genus]]"><$list filter="[all[current]tag[ofullStändig]]"><$link to={{!!title}}>@@color:lightgray;<$view field="caption"/>@@</$link></$list><$list filter="[all[current]!tag[ofullStändig]]"><$link to={{!!title}}><$view field="caption"/><br></$link></$list></$list>

that works when a past it in a regular tiddler. But the same filter list in a tiddler tagged $:/tags/ViewTemplate gives a list but is not clickable. Everything seems fine but I can't figure out what is wrong?

See 
for a test case

/Magnus

Thomas Elmiger

unread,
Dec 26, 2018, 7:52:49 PM12/26/18
to TiddlyWiki
Hej Magnus,

It seems to me, that this is a CSS problem. In your test case the Lista över arter
is in the HTML before the rest of the content, so it is covered by the padding of the tiddler body:

.tc-tiddler-body {
    padding-right: 17em;
}

You can put it after the tiddler body or elevate it to a higher z-index like this:

.info-table {
   
...
    position
: absolute;
    z
-index: 100;
}


Hope that helps,
Thomas

Magnus

unread,
Dec 27, 2018, 4:15:31 AM12/27/18
to TiddlyWiki
Ahh, yes that's it! Thank you so very much! The problem with complexity :)
Reply all
Reply to author
Forward
0 new messages