1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/Macros.tid
2014-09-10 23:42:06 +01:00

14 lines
324 B
Plaintext

created: 20140211171341271
modified: 20140910215504098
tags: concepts Reference
title: Macros
type: text/vnd.tiddlywiki
Macros are snippets of text that can be inserted with a concise shortcut:
```
<<myMacro>>
```
You can write your own [[Macros in WikiText]] or for more flexibility you can write [[JavaScript Macros]].