2014-02-11 19:10:17 +00:00
|
|
|
created: 20140211171341271
|
2014-09-10 22:42:06 +00:00
|
|
|
modified: 20140910215504098
|
2014-09-11 14:52:47 +00:00
|
|
|
tags: Concepts Reference
|
2014-02-11 19:10:17 +00:00
|
|
|
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]].
|
2014-09-11 14:52:47 +00:00
|
|
|
|
|
|
|
The following macros are built-in to the TiddlyWiki core:
|
|
|
|
|
2014-09-17 11:13:24 +00:00
|
|
|
<<list-links "[tag[Macros]]">>
|
2014-09-11 14:52:47 +00:00
|
|
|
|