1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

Updated docs

This commit is contained in:
Jeremy Ruston 2012-03-05 12:22:51 +00:00
parent 8847551bd9
commit 74de12f4d6

View File

@ -6,7 +6,6 @@ Macros are implemented as conventional JavaScript modules that export a single v
|!Field Name |!Description | |!Field Name |!Description |
|`name` |The name of the macro | |`name` |The name of the macro |
|`types` |An array of the MIME types that the macro can render |
|`params` |A hashmap of the parameters accepted by the macro (see below) | |`params` |A hashmap of the parameters accepted by the macro (see below) |
|`events` |An optional hashmap of event handling functions (see below) | |`events` |An optional hashmap of event handling functions (see below) |
|`execute` |The macro rendering function (see below) | |`execute` |The macro rendering function (see below) |