{{the tiddler with the mail template -- the linktext||mailto}}<a href="mailto:…">the linktext</a><$set name="testtext" value="the tiddler with the mail template -- the linktext">
<$set name="left" filter="[<testtext>splitbefore[ -- ]removesuffix[ -- ]]">
<$set name="right" filter="[<testtext>removeprefix<left>removeprefix[ -- ]]">
Original: <$text text=<<testtext>>/>
Left of ' -- ': <$text text=<<left>>/>
Right of ' -- ': <$text text=<<right>>/>
</$set></$set></$set>Original: the tiddler with the mail template -- the linktext
Left of ' – ': [[the tiddler with the mail template]]
Right of ' – ':
Original: the_tiddler_with_the_mail_template -- the linktext
Left of ' – ': the_tiddler_with_the_mail_template
Right of ' – ': [[the linktext]]
<$set name="testtext" value="the tiddler with the mail template -- the linktext">
<$list variable="left" filter="[<testtext>splitbefore[ -- ]removesuffix[ -- ]]">
<$list variable="right" filter="[<testtext>removeprefix<left>removeprefix[ -- ]]">
Original: <$text text=<<testtext>>/>
Left of ' -- ': <$text text=<<left>>/>
Right of ' -- ': <$text text=<<right>>/>
</$list></$list></$set>--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/1fe8473f-9fb3-482c-b4a9-975eedc4b093%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Stephan,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>
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>
<:-)
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/2048e202-19c9-415d-a874-149a2aecb437%40googlegroups.com.
I don’t think your wikify widget will deal with adding the double square brackets.
On 2 Jul 2019, at 14:55, Mat <matia...@gmail.com> wrote:
I think the request was to remove the brackets which the filter transclusion between quotation marks seems to do.