I don't know if this is your only problem, but when used in a filter I 
believe the syntax for transclusion is ...regex{!!title}...

HTH
Mark


On Saturday, September 3, 2016 at 4:51:46 AM UTC-7, Ivan Aparicio wrote:
>
> Hi everybody,
>
> I'm new to TiddlyWiki and I'm trying to use it to create a 
> project-specific to-do list. Please bear with me if this is a pretty simple 
> question, but I think I may need to use a tiddler field (tiddler title) as 
> a filter argument. Let me explain:
>
> Each project is a tiddler with a task list, let's say it's called Project1.
>
> Each task is named with the following convention Project1:Task1.
>
> The Project1 tiddler has the following wikitext, styled after the 
> TaskManagementExample tiddler on tiddlywiki.com:
>
> ! Outstanding tasks
>
> <$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]
> regexp[{{!!title}}]]">
>
> <$checkbox tag="done"> <$link to={{!!title}}><$view 
> field="title"/></$link></$checkbox>
>
> </$list>
>
> ! Completed tasks
>
> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]
> regexp[{{!!title}}]]">
>
> <$checkbox tag="done"> ~~<$link to={{!!title}}><$view 
> field="title"/></$link>~~</$checkbox>
>
> </$list>
>
> Please note that I've added a regexp filter operator to only find the 
> tasks relevant to Project1. I get this to work when I put the operator 
> regexp[Project1], but I would like this wikitext to work on all of my 
> project tiddlers.
>
> I hope that's clear. Does anybody know why this doesn't work?
>
> Thanks!
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83193b0e-79bf-415f-a9ec-9ff9dee3580e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to