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

 28th September 2024 at 8:43pm

In either case, you get ugly and useless output:

Text before a procedure

\procedure wikipediaLink(articleName)
  <a href=`https://en.wikipedia.org/wiki/$(articleName)$`>
    Wikipedia: <<articleName>></a>
\end

Text before a procedure

\procedure wikipediaLink(articleName) Wikipedia: \end

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

Go to question: Ex:ProcedurePosition