mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
Merge pull request #929 from Eucaly/update-dev-doc
update JavaScript Macros reference link to dev document
This commit is contained in:
commit
b9ed7e52c2
@ -10,7 +10,7 @@ Macros are snippets of text that can be inserted with a concise shortcut:
|
|||||||
<<myMacro>>
|
<<myMacro>>
|
||||||
```
|
```
|
||||||
|
|
||||||
You can write your own [[Macros in WikiText]] or for more flexibility you can write [[JavaScript Macros]].
|
You can write your own [[Macros in WikiText]] or for more flexibility you can write [[JavaScript Macros|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]].
|
||||||
|
|
||||||
The following macros are built-in to the TiddlyWiki core:
|
The following macros are built-in to the TiddlyWiki core:
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Global macros can be defined in any tiddler with the tag [[$:/tags/Macro]]. They
|
|||||||
|
|
||||||
Macros can be imported from other tiddlers with the ImportVariablesWidget.
|
Macros can be imported from other tiddlers with the ImportVariablesWidget.
|
||||||
|
|
||||||
[[JavaScript Macros]] can also be used for more flexibility.
|
[[JavaScript Macros|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]] can also be used for more flexibility.
|
||||||
|
|
||||||
! Using Macros
|
! Using Macros
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user