mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
19 lines
426 B
Plaintext
19 lines
426 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]].
|
|
|
|
The following macros are built-in to the TiddlyWiki core:
|
|
|
|
<<list-unordered-links "[tag[Macros]]">>
|
|
|