Hi @twMat > On 2 Jul 2019, at 14:34, Mat <[email protected]> wrote: > > Xavier wrote: > In order to "flatten" the titles retrieved from the filter, you need to use > the select attribute of your <$set> widget like so: <$set name="left" > filter="[<testtext>splitbefore[ -- ]removesuffix[ -- ]]" select=0> > > I was not aware of this technique. I would have attempted > > <$wikify name="left" text="{{{ [<testtext>splitbefore[ -- ]removesuffix[ -- > ]] }}}"> > > Is there any advantage or disadvantage with either?
I don’t think your wikify widget will deal with adding the double square brackets. Anyhow, wikify widget is intrinsically slow because it requires the text to be parsed and rendered on each refresh cycle. It should be avoided unless there is no alternative. There’s only a small number of use cases for the wikify widget, and they all boil down to a need to manipulate the results of wikification other than to just display them. Best wishes Jeremy. > > <:-) > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/2048e202-19c9-415d-a874-149a2aecb437%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/2048e202-19c9-415d-a874-149a2aecb437%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 post to this group, send email to [email protected]. 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/69DFCB72-2824-444C-8AA0-F31FB96D3E04%40gmail.com. For more options, visit https://groups.google.com/d/optout.

