Hi Whatever,

wooooow!!  What an elegant solution. THANKS A LOT !!!

Just one suggestion for the explanation on tiddlyspot: mention the used 
syntax in the examples, like : 

*Empty sort value, 1 match value* :  <<getparts sort:"" filter:"area" 
match:"doc">>
Area A Book 3 - excluded
Area B Book 1 - excluded
Area B Book 2  ....

Once again, thanks for helping; I think a lot of people can/will use this 
plugin!

Wim

Op zaterdag 26 mei 2012 16:26:18 UTC+2 schreef whatever het volgende:
>
> Hi, Wim! 
> I looked into your problem and came up with a solution. I wrote the 
> GetPartsPlugin (1), which enables you to set the tag of the tiddlers, 
> through which the plugin should search for parts, to specify one more 
> more comma-separated values and to sort the results. 
>
> So in your case, assuming your TIDDLER1 and TIDDLER2 are tagged 
> "files", you could write: 
> <<getparts filter:"files" match:"pres,depA">> 
> The result would be a list of all the presentations for depA. 
> If the files are unsorted, you can sort them like this: 
> <<getparts sort:"a" filter:"files" match:"pres,depA">> 
>
> <<getparts filter:"files" match:"pres,depA,depB">> 
> This would give a list of presentations for depA and depB 
>
> Note that the plugin uses AND for the match values, so all values must 
> be present for the entry to be displayed. 
>
> (1) http://getparts.tiddlyspot.com/ 
>
> w 
>
> On 23 maj, 15:50, whatever <kbrezov...@gmail.com> wrote: 
> > Hi! 
> > 
> > @Cyrill. 
> > Did you also install the PartTiddlerPlugin (1)? 
> > (1)    http://tiddlywiki.abego-software.de/#PartTiddlerPlugin 
> > 
> > Well, you can only tag tiddlers, not sections, slices or parts. Each 
> > tiddler, on the other hand, can contain multiple sections, slices or 
> > parts. The code calls up all tiddlers which are tagged with your tag 
> > and which contain a part with a certain name. So if instead of parts 
> > you'd be using sections, the only thing that you'd need to change in 
> > the code is "/" with "##". For PartTiddlerPlugin syntax, see its 
> > documentation. 
> > 
> > Otherwise, can you post the content of your tiddlers? 
> > 
> > @Wim 
> > Well, that cleared it up.:D Anyway, I see your problem. You're using 
> > part name as sort of tags. I think this problem can be solved using 
> > regular expressions (provided you use a standardized naming 
> > convention), but I'd have to look into it. I'll give it a shot when I 
> > have the time, unless a regexp wizard has a ready solution. 
> > 
> > w 
> > 
> > On May 22, 3:01 pm, Cyrill <2rig...@googlemail.com> wrote: 
> > 
> > 
> > 
> > > Hi whatever, 
> > 
> > > this initial problem to tag only sections or parts of a tiddler cause 
> > > interest to me. 
> > > I install the FET Plugin an make several tests of these lines of code 
> and 
> > > get all times a Referance Error. 
> > > Where is my fault ? 
> > > I understand this answer in that way that the tag refer only to the 
> > > specially part of this tiddler. Is it also possible to show this tag 
> only 
> > > there / or beside the position of this part of tiddler. 
> > 
> > > Best regards 
> > 
> > > Am Montag, 21. Mai 2012 11:52:13 UTC+2 schrieb whatever: 
> > 
> > > > Hi! 
> > 
> > > > Using Udo's forEachTiddler plugin, you can do this: 
> > 
> > > > <<forEachTiddler where 'tidder.tags.contains("YourTag")' write 
> > > > '"<<tiddler [["+tiddler.title+"/YourPartName]]>\>\n"'>> 
> > 
> > > > w 
> > 
> > > > On May 20, 11:40 am, Wim <w...@zeggetwaalf.be> wrote: 
> > > > > Hello, 
> > 
> > > > > I'm (successfully) working with Udo Borkowski's  PartTiddlePlugin. 
> > 
> > > > > Now, I want to know if it's possible to tag each part seperately. 
> > 
> > > > > If so, how do you do this AND  how can I select (in another 
> tiddler) all 
> > > > > the parts FROM DIFFERENT "main-tiddlers" with a specified tag? 
> > 
> > > > > Thanks in advance 
> > 
> > > > > Wim

-- 
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/-/lg16f6Jyo70J.
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