[tw] Re: [TW5] TOC External Navigation Style for a List

2016-09-04 Thread Taylor Jensen
Here's the solution: \define note-nav(tag,sort:"",selectedTiddler:"$:/temp/toc/selectedTiddler", unselectedText,missingText,template:"") <$tiddler tiddler={{$selectedTiddler$}}> <$linkcatcher to="$selectedTiddler$"> <$list filter="[!has[draft.of]tag[note]tag{Active Production}sort[created]]" >

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-09-01 Thread PMario
On Wednesday, August 31, 2016 at 11:45:44 PM UTC+2, Taylor Jensen wrote: > > It's pretty simple tbh. It's just something like [tag{Tiddler}Tag[tag]]. > It's allowing me to see all of the tiddlers with a preset tag, and then in > a group that gets changed by the contents of [[Tiddler]]. > > The pr

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-08-31 Thread Taylor Jensen
It's pretty simple tbh. It's just something like [tag{Tiddler}Tag[tag]]. It's allowing me to see all of the tiddlers with a preset tag, and then in a group that gets changed by the contents of [[Tiddler]]. The problem with easily adapting the core TOC code is that each one references the more b

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-08-31 Thread PMario
On Wednesday, August 31, 2016 at 12:41:24 AM UTC+2, Taylor Jensen wrote: > > ... But I need that style of thing for a normal list (because I need more > filter options than TOCs are designed for)... > What does your filter look like? IMO the macro could be easily extended (into a new one) that u