Hi! Actually, slices saved the day: context.inTiddler.title.slice(16) - removes the first 16 characters context.inTiddler.title.slice(0,-10) - removes the last 10 characters
w On Aug 29, 12:33 pm, Tobias Beer <[email protected]> wrote: > Hi whatever, > > It should be... > <<forEachTiddler where > 'tiddler.tags.contains("UsedWithTask_"+store.getValue(tiddler.title,"projecttask"))'>> > > The way you you use tagging doesn't seem to make a lot of sense to me. > Why not just tag to that other tiddler instead of creating a new tag > called UsedWithTask_SomeOtherTask? > > Or, why not have a field "usedwith" whose value is a bracketedList of > all those tasks that the current tiddler is "used with"? > > In general I believe this is the exact problem that I already pointed > out elsewhere [1]... that tagging - unfortunately - does not involve > any semantic qualitfiers as for the meaning of a (tag-)relation, e.g.: > > tidA tagged: tidB (relation: used by) > tidC tagged: tidD (relation: child) > tidE tagged: tidF (relation: depends on) > etc... > > ...which is probably why you come up with these string based tag > qualifiers, however - as it seems to me - not in a very generic way. > > Cheers, Tobias. > > [1]http://groups.google.com/group/tiddlywiki/msg/a54f42d375850eab -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

