mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
|
created: 20140211171341271
|
||
|
modified: 20140211171348738
|
||
|
tags: concepts
|
||
|
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]].
|