Is anyone aware of an efficient way to determine the position of a given tiddler name in a list ?
<$list filter="NOMATCH A B C D E +[allbefore<target>count[]] " />
beautiful work. Love it. Nice and minimal. Thanks.
I will now look to using this to get a compound number 1.2.4 from a toc structure.
My design idea was to autogenerate a position in list or toc number and display it before or after the tiddler title
eg; "chapter title" n
or 1.2.3.4 tiddler title in toc
This is for tiddlers not toc lists but the numbers should match those in a numbered toc.
Thanks again
Tony
<$list filter="[[NOMATCH]] [enlist{Code Patterns!!list}] +[allbefore<currentTiddler>count[]]" /><$list filter="A B C D E +[allbefore:include<target>count[]] " />A B C D E +[allbefore:include[C]count[]]Folks,
I notice here, the list field only comes into existence if one drags and drops a tiddler in the tag pill popup.
Is any one aware of a programmatic way to cause this to happen, the creation of the list field?