On Tuesday, May 26, 2020 at 4:15:31 PM UTC-7, Tony K wrote:
>
> relevant portion of the code below
> <$vars lastEntry="""{{{ [<Content>split[<br />]!is[blank]last[]] }}}""">
>
> <$list filter="[<Content>split[<br />]!is[blank]]"
> variable="entry">
> <<lastEntry>> <$text text=<<entry>>/> <br>
> <$set name=isLast filter="[<entry>match<lastEntry>]"
> value="true" emptyValue="false">
> <<isLast>>
> </$set>
> </$list>
> </$vars>
> lastEntry is the last split of <Content> with <br />
>
You have tripled-quotes around the lastEntry value. This make it a literal
string containing the text of the filter itself. Removing those will allow
the "inline filter" to be evaluated.
enjoy,
-e
--
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/5122c097-c9c0-425f-90f4-8716b1fa86fe%40googlegroups.com.