I have a liste of tiddlers (got with something like filter="[tag[foo]]") of 
which I want the first word/letter.

For only the last single title I get the first word with 
filter="[tag[Chrome]last[]splitregexp[\W]!is[blank]first[]]"

Now, how to get it for all the titles, entirely within a single filter if 
possible (I'd rather avoid a list widget to achieve that)? Definitely 
something to do with subfilter. But no, I still can't get it. Frustrating. 
My initial coding:

<$set name="chrome" value="[tag[Chrome]]">
<list filter="[subfilter<chrome> splitregexp[\W]!is[blank]first[]]"/>
</$set>

but the result is empty. I does not seems so different to the addsuffix 
example to me...

So in my local copy of the official wiki, I do the following:

<$set name="chrome" value="[tag[Chrome]]">
<<.operator-example 13 "[subfilter<chrome> 
splitregexp[\W]!is[blank]first[]]">>
<<.operator-example 29 "[subfilter<chrome> addprefix[tidd ]]">>
<<.operator-example 37 "[subfilter<chrome> prefix[S]]">>
<<.operator-example 42 "[subfilter<chrome>]">>
</$set>

examples 13, 29 and 37 produce an empty result. Last example 42 just show 
that the tagging is producing some results, namely:

"Noteself" by Danielo Rodríguez
"savetiddlers" Extension for Chrome and Firefox by buggyj
Emergency Tiddler Export
Saving on TiddlySpot
Saving to a Git service
Saving via a Minimal Ruby Server
Saving via WebDAV
Saving with the HTML5 fallback saver
TiddlyDrive Add-on for Google Drive by Joshua Stubbs
TiddlyWiki Cloud
Timimi: WebExtension and Native Host by Riz

I think the solution could constitute a precious third example for the 
subfilter examples tiddler.  (especially, one with Saving repeated, one 
with just one Saving)

Regards.



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/06c53073-392d-496e-9ee6-857c1513cf94n%40googlegroups.com.

Reply via email to