[tw] Re: [TW5] Transclusion to include titles

2014-03-03 Thread cmari
Hi Jon,
I think this is the same question you asked yesterday 
(http://groups.google.com/forum/?hl=en#!topic/tiddlywiki/fsbIXaknCyE)?  
The full template that Stephan pointed you toward would give you results 
that include tiddler titles:

$list filter=[tag[A]sort[created]]

{{!!title||full}}
/$list

Alternatively, slide 6 in http://giffmex.org/TiddlyQuickly.html 
demonstrates how you could just add $view field=title/ (and a couple of 
line breaks) to what you've already got:
$list filter=[tag[A]sort[created]]

!$view field=title/
$transclude/
/$list

cmari


On Monday, March 3, 2014 11:49:32 AM UTC-8, Jon wrote:

 Hi,

 $list filter=[tag[A]]$transclude/br/$list

 This appears to transclude the text of each tiddler tagged with A, but 
 it doesn't include the title of each tiddler.

 Is this possible, and if so, what would the code be?

 Thanks
 Jon.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] Transclusion to include titles

2014-03-03 Thread Jon
Yes, I didn't understand Stephan's answer and so gave up on it.

Your slide 6 reference worked perfectly.

Many thanks
Jon

On Monday, 3 March 2014 21:02:43 UTC, cmari wrote:

 Hi Jon,
 I think this is the same question you asked yesterday (
 http://groups.google.com/forum/?hl=en#!topic/tiddlywiki/fsbIXaknCyE)?  
 The full template that Stephan pointed you toward would give you results 
 that include tiddler titles:

 $list filter=[tag[A]sort[created]]

 {{!!title||full}}
 /$list

 Alternatively, slide 6 in http://giffmex.org/TiddlyQuickly.htmldemonstrates 
 how you could just add $view field=title/ (and a couple of 
 line breaks) to what you've already got:
 $list filter=[tag[A]sort[created]]

 !$view field=title/
 $transclude/
 /$list

 cmari


 On Monday, March 3, 2014 11:49:32 AM UTC-8, Jon wrote:

 Hi,

 $list filter=[tag[A]]$transclude/br/$list

 This appears to transclude the text of each tiddler tagged with A, but 
 it doesn't include the title of each tiddler.

 Is this possible, and if so, what would the code be?

 Thanks
 Jon.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] Transclusion to include titles

2014-03-03 Thread Stephan Hradek


Am Montag, 3. März 2014 22:22:25 UTC+1 schrieb Jon:

 Yes, I didn't understand Stephan's answer and so gave up on it.


So why didn't you ask? What was unclear? You should help me help you ;) 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] Transclusion to include titles

2014-03-03 Thread Jon
I'm just at the copying and pasting stage at the moment - any more than 
that is beyond me at present. But thanks for trying to help.

On Monday, March 3, 2014 9:42:02 PM UTC, Stephan Hradek wrote:



 Am Montag, 3. März 2014 22:22:25 UTC+1 schrieb Jon:

 Yes, I didn't understand Stephan's answer and so gave up on it.


 So why didn't you ask? What was unclear? You should help me help you ;) 


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.