1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Merge pull request #929 from Eucaly/update-dev-doc

update JavaScript Macros reference link to dev document
This commit is contained in:
Jeremy Ruston 2014-10-05 16:25:55 +01:00
commit b9ed7e52c2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ 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]].
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:

View File

@ -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.
[[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