It's pretty easy to make a "cheater" filter "enlist2" that splits at space 
boundaries.  Then code like this:

<$list filter="[enlist2[2 2 3 2]]" >
<$view field="title"/> - 
</$list>

 Will enumerate like 2 - 2 - 3 - 2 - 

It's a cheater because it doesn't do a full parse for titles like [[My Real 
Tiddler]]. That would take longer (have to look at existing parse code) but 
this might be good enough to test if it gets you towards your goal. Backup, 
of course ;-)

HTH
Mark




-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/f7d7aab4-52cf-418e-ac62-872c79539701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: x$__core_modules_filters_enlist2.js.json
Description: application/json

Reply via email to