[tw] Re: [TW5] WikiText Formatting in a List Template

2016-01-08 Thread Mat
Even just  (no slash) is good.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a3356a6d-c016-4f95-a2eb-30d6e7e3f6c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] WikiText Formatting in a List Template

2016-01-08 Thread Matabele
Hi Marc

Sometimes its best to use html markup to get the layout you want:


<$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
<>



-- or as a table


<$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
<>



regards

On Friday, 8 January 2016 12:26:58 UTC+2, Marc J. Cawood wrote:
>
>
> <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
> <>
> 
>
> I get the links in a row. When I use this:
>
> <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
> * <>
> 
>
> I get the same but with a * character preceding each link. So I add a 
> space and some progess is made:
>
> <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
>
> * <>
> 
>
> This is slightly better but has unwanted (vertical) space between links.
>
> What am I missing?
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d5eda84d-4f34-4003-ada7-b9322b94086a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] WikiText Formatting in a List Template

2016-01-08 Thread Tobias Beer
Hi Mark,

I'd like the recent tiddlers as an unformatted list...


You need to use the simplest of all widgets,
the TextWidget  to just get the 
unwikified text:

<$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
<$text text={{!!title}}/>


Best wishes,

Tobias.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/271a32c2-1ec1-4586-8ae4-022d082130c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.