On Sunday, November 8, 2020 at 6:09:38 AM UTC-8, Sapphireslinger wrote:
>
> Wow! And thank you for the explanations on how it works.
>
> 1) Your code works even if the first line is <$list 
> filter="[tag[foo]!sort[title]]">
>

It should work with *any* filter; e.g.,  <$list 
filter="[has:field[foo]!sort[title]]">


> *2) I ran into a cosmetic snag. Tiddlers with long titles that wrap get 
> dropped down a line and indented, making the list look messy. Don't know 
> what's causing that.*
>

This is because the surrounding <$button> defaults to showing *centered* 
text.  To fix this, use style="text-align:left;", like this:
<$button class="tc-btn-invisible" style="text-align:left;">
 

>
> *3) Is there a way to make the list of titles look like the output to 
> <<list-links "[tag[foo]sort[title]]">> *
>

* remove the <h2> and </h2>
* use this before the $button:
<ul>
<$list filter="[tag<currentTiddler>sort[title]]">
<li>
* use this after the final /$reveal:
</li>
</$list>
</ul>

enjoy,
-e

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cab7434-8498-4997-bfcb-486e45c955f6o%40googlegroups.com.

Reply via email to