<table>
<tr><th>index</th><th>tiddler</th></tr><$list variable="item" filter="[all[shadows]regexp[list]sort[title]addposition[P/N:T]]"><$set name=pos filter="[<item>splitbefore[:]removesuffix[:]]"><$set name=tiddler filter="[<item>removeprefix<pos>removeprefix[:]]"><tr>
<td>^^#^^<<pos>></td>
<td><<tiddler>></td>
</tr></$set></$set></$list></table>
For many use cases you can get away with just using the before and after operators which is one reason this hasn't gotten more work.
And since you mentioned svg, I am working on making a plugin for snap.svg, my work is here http://ooktech.com/jed/ExampleWikis/SnapSVG/
--
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/13_TTJqEEiw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/21d9ac05-34b2-4877-98d1-214396d7de4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 31 Jan 2017, at 10:12, Mat <matia...@gmail.com> wrote:It is in deed a desirable feature and would make it possible to use the listwidget a bit like arrays.
Oh hey --- there's my own numbered list implementation, which was apparently implemented with a filter trick. Didn't realize that was its own thread.
--
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/13_TTJqEEiw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/daad63da-bac8-4c83-8d73-be8b994694a6%40googlegroups.com.
Jeremy, would it be possible to get an unoptimized version of the list widget as a basis for customization? As it is, it looks like the optimization adds a lot of code complexity and it's a little hard to know what to strip out without a strong understanding of TW's codebase.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/659cbcb0-1000-439f-ac14-25c566b36069%40googlegroups.com.
Tiddler <$count filter="[tag[HelloThere]allbefore:include<currentTiddler>]"/> of <$count filter="[tag[HelloThere]]"/> tagged with <<tag HelloThere>><br>
--
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/13_TTJqEEiw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/d83192b2-2253-4da0-9474-ee877f5cb5e4%40googlegroups.com.