Here's two ways, as a starter:
<$list filter="[search:hex[0000]count[]]" emptyMessage="0" > <$text text=<<currentTiddler>>/> </$list> <$set name="len1" filter="[search:hex[0000]count[]]" > <<len1>> </$set> On Tuesday, February 11, 2020 at 4:32:58 PM UTC-8, Jared Lettau wrote: > > I'm trying to get a filter result return without link formatting. > > Context: > > - Trying to return the count of tiddlers that match a filter. > - The only operator I know which can do this is the list operator. > - However, list always returns link formatting. > > > What's I've considered: > > - Different operator that doesn't return link formatting - Unable to > locate such an operator. > - Vars - Vars either retain formatting, or simply run the list > operation whenever called... either way, a var set to the result of list > operator retains link formatting. > - Span - wrap html formatting around list operator - doesn't override > TW formatting. > > Example of the problem: > > - http://test7982374.tiddlyspot.com/ (version: 5.1.21) > > > Thanks in advance! > </jared> > -- 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/b860b4dc-7abf-4012-84b3-a37e4d8c8028%40googlegroups.com.

