Thank Jeremy, I would prefer to use rather the old "section" or slice or parts (a chapter of a Tiddler) which would allow a kind of auto scrapping very convenient in many way (get all the dates, google maps coordinates, numbrers, and so on in the text of the tiddler itself). But if section is hard to do (I suppose it's just a new widget to add ?) data tiddler could do the trick. But fields is my last choice.
I would like something like in old TW (whatever the new syntax is) (https://groups.google.com/forum/#!topic/tiddlywiki/SrvR6FE7PPM) I think I'm not the only one who could use it. Do we have to extend "view" widget ? (I can try in my spare time) Titles: <<list filter [tag[question]]>> Sections <<list filter [tag[question]] template:A>> In tiddler A write: <<view ##ExampleSection text>> Slices <<list filter [tag[question]] template:B>> In tiddler B write: <<view ::ExampleSlice text>> Custom fields: <<list filter [tag[question]] template:C>> In tiddler C write: <<view examplefield wikified>> Standard fields <<list filter [tag[question]] template:D>> In tiddler D write: <<view created date>> <<view modified date "YYYY">> All text + title link: <<list filter [tag[question]] template:E>> In tiddler E write: <<view title link>> <<view text wikified>> regards, Le lundi 27 janvier 2014 17:24:51 UTC+1, Jeremy Ruston a écrit : > > Hi Yoann > > If you want to make a list of the items in a list stored in the field > "agenda" of the tiddlers tagged "meeting", you should be able to do this: > > <$list filter="[tag[meeting]]" variable="currentTiddler"> > > ! Meeting: {{!!title}} > > Agenda items: > > <$list filter="[list[!!agenda]]" variable="agendaItem"> > > <$transclude tiddler=<<agendaItem>>/> > > </$list> > > </$list> > > However, it turns out that there is a bug in 5.0.7's list filter handling > whereby it does not properly support the ability to reference the current > tiddler. This stops the filter [list[!!agenda]] from working properly. > > I've fixed the bug for 5.0.8, and try to get it out in the next couple of > days, > > > https://github.com/Jermolene/TiddlyWiki5/commit/70ed6e6ad325f602193582d9141ddee942ac28be > > Best wishes > > Jeremy. > > > > > On Mon, Jan 27, 2014 at 1:33 PM, Yoann Babel <[email protected]<javascript:> > > wrote: > >> Now in TW5.beta7 we can transclude datatiddlers : >> <tiddler title>##<property index> >> >> I would like to make a list of data field "agenda" but I can't find how >> to do it : >> >> <$list filter="[tag[agenda]]"> >> {{!!title##agenda}} >> </$list> >> >> or >> >> {{{ [tag[agenda]]##agenda }}} >> >> or >> >> {{{ [tag[agenda]] || agendaview}}} >> with agenda view : >> <$transclude##agenda> >> >> I'm lost, I don't really understand what I'm doing and how Widgets can be >> combined or not. >> Can somebody help me ? >> TW5 syntax is far more powerful but ... complicated to understand than >> TW2. >> >> regards, >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWikiDev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/tiddlywikidev. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
