Thank you, Jan! I didn't know that it is possible not to close <$list by 
</$list>

понедельник, 22 августа 2016 г., 13:25:07 UTC+3 пользователь Jan написал:
>
> Hej Sini!
> Try this
> <$list filter="1 2 3 4 5 6 7 8 9" variable="count">
> <$list filter="[list[$:/StoryList]nth<count>]"><<count>>{{!!title}} 
> </$list>
>
> I needed that as well, thanks a lot Matabele!
> And now a new question: How do i get this working in a macro, so that it 
> counts the instances <<ref "footnotetext">> of in a tiddler?
>
> \define ref(text,label:"<<count>>")
> <$button popup="$:/state/$label$" class="btn-invisible" 
> style="border-width:0px"><$reveal type="match" text="" default="" 
> state="$:/state/$label$">{{$label$||unwikified}}</$reveal>
> <$reveal type="nomatch" text="" default="" state="$:/state/$label$"><span 
> class="footnote">($text$)</span></$reveal> </$button>
> \end
>
> Jan
>
>
> Am 22.08.2016 um 09:26 schrieb sini-Kit:
>
> Thank you Matabele, but variant with $list filter="1 2 3 4 5 6 7 8 9" is 
> not very good, because I don't know the number of items beforehand. And if 
> I have only 6 items in my list I get
>
> No: 1 img_59 <#[email protected]_img_59>
>
> No: 2 img_60 <#[email protected]_img_60>
>
> No: 3 img_61 <#[email protected]_img_61>
>
> No: 4 img_62 <#[email protected]_img_62>
>
> No: 5 img_63 <#[email protected]_img_63>
>
> No: 6 img_64 <#[email protected]_img_64>
>
> No: 7
>
> No: 8
>
> No: 9
>
> may be it is possible to use <$count> with limit<$count>  in list with 
> numbers?
>
> понедельник, 22 августа 2016 г., 6:11:00 UTC+3 пользователь Matabele 
> написал:
>
>> Hi sini-Kit 
>>
>> You might try something along these lines (you will need to modify the 
>> filter to select your list of tiddlers):
>>
>> <$list filter="1 2 3 4 5 6 7 8 9" variable="count">
>>
>> No: <<count>> <$list filter="[my[filter]nth<count>]"/>
>> </$list>
>>
>> regards
>>
>>
>> On Sunday, 21 August 2016 14:22:13 UTC+2, sini-Kit wrote: 
>>>
>>> Thank you Felix! I hope it will be possible to make it without plugins 
>>> in future.
>>>
>>> пятница, 29 января 2016 г., 20:19:20 UTC+3 пользователь Felix Küppers 
>>> написал: 
>>>>
>>>> Hi sini-Kit,
>>>>
>>>> use Tobias' make plugin!
>>>> http://tobibeer.github.io/tw5-plugins/#make
>>>>
>>>> -Felix
>>>>
>>>>
>>>> On 01/29/2016 05:50 PM, sini-Kit wrote:
>>>>
>>>> Hi! I have a very simple list with several items.  I want to see them 
>>>> but with numbers/
>>>>
>>>> <$list filter="[list[$:/StoryList!!list]]" >
>>>> <$view tiddler=<<currentTiddler>> field=title/> "№$myNumber$"
>>>> </$list>
>>>>
>>>> I want to see
>>>>
>>>> Anytitle "№1"
>>>> Besttitle "№2"
>>>> TitleAgain "№3"
>>>>
>>>> is it possible?
>>>> -- 
>>>> 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 https://groups.google.com/group/tiddlywiki.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/tiddlywiki/6fdca25b-0448-4ffc-8e21-1c64c7f2f557%40googlegroups.com
>>>> .
>>>> 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] <javascript:>.
> To post to this group, send email to [email protected] 
> <javascript:>.
> 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/48484353-c7a3-4ab1-a9c8-8ee340d1d91d%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/48484353-c7a3-4ab1-a9c8-8ee340d1d91d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18451e1b-52e3-4ca1-924f-0536ffbb4dc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to