mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
|
title: $:/plugins/tiddlywiki/twitter/macros
|
||
|
tags: $:/tags/Macro
|
||
|
|
||
|
\define twitter-usage(text)
|
||
|
For example:
|
||
|
|
||
|
<$codeblock code="""$text$"""/>
|
||
|
|
||
|
Renders as:
|
||
|
|
||
|
$text$
|
||
|
\end
|
||
|
|