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:WikifyWikipediaLink/answer

 23rd September 2024 at 6:17pm
\define wikipediaLink(articleName)
https://en.wikipedia.org/wiki/$articleName$
\end

<$wikify name="article" text={{!!wikipedia-article}}>
  <$transclude $variable="wikipediaLink" articleName=<<article>>/>
</$wikify>
Go to question: Ex:WikifyWikipediaLink