I'm using a macro named mgtdList that's normally invoked similarly to this:

<<mgtdList 
 title:'TEST Next Starred Actions by Priority - Show By Weekend' 
 tags:'(^-Next-Action || Next || Active || ^-Active) && !Done && Starred && 
!"@Discussion.weekly"'
 startTag:Action
 view:ActionProj
 mode:global
 group:Priority
 gView:bold
 where:'tiddler.hasActiveProject() && (!tiddler.fields.mgtd_date || 
(tiddler.ticklerIsActive() || tiddler.ticklerWillBeActiveWithin(5) ) )'
 newButtonTags:'Action Next'

However, I'd like to have an Alias or Transclusion like this:

IncludeNextActions: (!Done && (^-Next-Action || Next || Active || ^-Active))
or
alias IncludeNextActions "(!Done && (^-Next-Action || Next || Active || 
^-Active))"

So that I can invoke mgtdList like: 

<<mgtdList 
title:'TEST Next Starred Actions by Priority - Show By Weekend' 
tags:'IncludeNextActions && Starred && !"@Discussion.weekly"'
startTag:Action
view:ActionProj
mode:global
group:Priority
gView:bold
where:'tiddler.hasActiveProject() && (!tiddler.fields.mgtd_date || 
(tiddler.ticklerIsActive() || tiddler.ticklerWillBeActiveWithin(5) ) )'
newButtonTags:'Action Next'

I just can't figure out any way to make it work. Any suggestions would be 
greatly appreciated. 
The purpose is that I'm trying to make some options available to mGSD so 
that people can configure more of it through options or at least have one 
more level of abstraction away from the code.
 
Thanks ... Jeff

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

Reply via email to