This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:MacroPosition/answer

18th August 2021 at 12:24pm

In either case, you get ugly and useless output:

Text before a macro

\define wikipediaLink(articleName)
[[Wikipedia: $articleName$|https://en.wikipedia.org/wiki/$articleName$]]
\end

Text before a macro

\define wikipediaLink(articleName) Wikipedia: $articleName$ \end

Pragmas, including \define, have to be the very first thing in a tiddler (except for other pragmas). If anything else at all comes before them (except comments), they're treated as normal text.

Go to question: Ex:MacroPosition