Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created April 27, 2024 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThaddeusJiang/668b01e284978a9c8b305b2d2221e468 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/668b01e284978a9c8b305b2d2221e468 to your computer and use it in GitHub Desktop.
TiddlyWiki WikiText Macros

TiddlyWiki WikiText Macros

  • \define
  • $parameter-name$
\define my-macro(parameter:"Default value")
This is the macro, and the parameter is $parameter$.
\end
<<my-macro>>
<<my-macro "The parameter">>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment