mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-08 08:20:27 +00:00
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
title: $:/plugins/tiddlywiki/twitter/macros
|
|
type: text/vnd.tiddlywiki
|
|
tags: $:/tags/Macro
|
|
|
|
\define twitter-usage(text)
|
|
For example:
|
|
|
|
<$codeblock code="""$text$"""/>
|
|
|
|
Renders as:
|
|
|
|
$text$
|
|
\end
|
|
|