I hereby conclude that "is[current]tagging[]" is the culprit that cause it fails. It resolved when I replace it with "tag[subject]"
-- Best Regards, Jimmy Liew On Thu, Sep 25, 2014 at 11:29 PM, Jimmy Liew <[email protected]> wrote: > And, if I specify "<<list-links "[is[current]tagging[]sort[title]]">>". > It is not working as well. > > -- > Best Regards, > Jimmy Liew > > On Thu, Sep 25, 2014 at 11:21 PM, Jimmy Liew <[email protected]> > wrote: > >> I found the bug! I have no idea what's the different between these two, >> but it works. >> >> Method elow will not work: >> <ol><$list filter="[tag[assignments - subject 1]sort[title]]"> >> <li><$link to={{!!title}}><$view field="title"/></$link> </li> >> </$list></ol> >> >> Method below works. >> <<list-links "[tag[assignments - subject 1]]">> >> >> -- >> Best Regards, >> Jimmy Liew >> >> On Thu, Sep 25, 2014 at 9:24 PM, Eucaly J <[email protected]> wrote: >> >>> Hi James, >>> >>> I have more complex contents inside tabs, while they perform OK so far. >>> >>> Things might go wrong in couples of ways, for example, non-proper ending >>> of </$list> to become <$/list> ... >>> >>> Maybe you can share some of your "list filter command" in "subject #1" >>> and etc ... >>> >>> Another suggestion is to look into the official TabsMacro : >>> *$:/core/macros/tabs* >>> >>> If any variables or parameters go wrong ... >>> >>> \define tabs(tabsList,default,state:"$:/state/tab",class,template) >>> <div class="tc-tab-set $class$"> >>> <div class="tc-tab-buttons $class$"> >>> <$list filter="$tabsList$" variable="currentTab"> >>> <$button set=<<qualify "$state$">> setTo=<<currentTab>> default= >>> "$default$" selectedClass="tc-tab-selected"> >>> <$transclude tiddler=<<currentTab>> field="caption"> >>> <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> >>> </$transclude> >>> </$button> >>> </$list> >>> </div><div class="tc-tab-divider $class$"/><div class="tc-tab-content >>> $class$"> >>> <$list filter="$tabsList$" variable="currentTab"> >>> >>> <$reveal type="match" state=<<qualify "$state$">> text=<<currentTab>> >>> default="$default$"> >>> >>> <$transclude tiddler="$template$" mode="block"> >>> >>> <$transclude tiddler=<<currentTab>> mode="block"/> >>> >>> </$transclude> >>> >>> </$reveal> >>> >>> </$list> >>> </div> >>> </div> >>> \end >>> >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "TiddlyWiki" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/tiddlywiki/cTf0YThlmsA/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/tiddlywiki. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

