Hi Måns,

I'm trying the forEachTiddler suggestion and it works if I use this : 

forEachTiddler where 'tiddler.title.contains("ABC")' write  ...


BUT > only the content of "real" tiddlers with a title containing "ABC" are 
displayed, NOT the content of the <part>-tiddlers.
So a <part partnameABC> content </part>  is not displayed.

I tried to change the "where" with  ... 'part.title.contains("ABC")', but 
without result.

Can someone help me?

Thanks.



Op maandag 21 mei 2012 15:51:41 UTC+2 schreef Måns het volgende:
>
> Hi Wim 
>
> > thanks for your suggestion with forEachTiddler plugin; this could help 
> me. 
>
> Whatever suggested using foreachtiddlerplugin... 
> I suggested using the core <<list>> macro. 
>
> > I use PartTiddlerPlugin instead of the standard sections because I want 
> to 
> > add sections to a <part>; in the example below, nothing of the content 
> of 
> > section1 is displayed when referring to tiddler##section1, because it 
> > "stops" at the next section !!heading1 : 
> > 
> > !section1 
> > !!heading1 
> >      [[test1a|http://www.test.be]] 
> > !!heading2 
> >      [[test1b|http://www.test.be]] 
> > !section2 
> >      [[test2|http://www.test.be]] 
>
> Aah - That makes sense. 
>
> There is a work-around using HTML syntax: 
>
> !Section1 
> <html><h2>heading1</h2></html> 
>                  [[test1a|http://www.test.be]] 
> <html><h2>heading2</h2></html> 
>                  [[test1b|http://www.test.be]] 
> !Section2 
>     [[test2|http://www.test.be]] 
> !End Section 
>
> It's not very pretty but it does avoid the conflict with the section 
> boundary. 
>
>
> http://groups.google.com/group/tiddlywiki/browse_thread/thread/429483e48fe3f929/f6b13b2abd812b0a
>  
>
> Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/HIeKVJVTV4AJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to