On Tuesday, September 29, 2020 at 3:49:08 PM UTC-7, TW Tones wrote: > > For example [[title[$ref$]] +join[]] has 2 syntax errors > "[title[$ref$]join[]]" but [[$ref$]join[]] if it was logical > But what are you joining? so I don't understand it logically. >
The syntax in his last post in only part of a larger filter for concatenating multiple parts, like this: \define makeURL(ref) <$vars base="https://www.w3.org/WAI/WCAG21/Techniques/"> <$set name="url" filter="[<base>] [<macro1>] [[/]] [<macro2>] [[/$ref$]] +[join[]]"> <<url>> </$set> </$vars> \end <$wikify name="url" text=<<makeURL>> ... </$wikify> Note that this could also be written without the makeURL macro or $wikify like this: <$vars base="https://www.w3.org/WAI/WCAG21/Techniques/"> <$vars url={{{ [<base>] [<macro1>] [[/]] [<macro2>] [[/something]] +[join[]] }}} ... </$vars> </$vars> -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/4a3cb76f-3f21-4d8b-93e8-c3f70e97281ao%40googlegroups.com.

