mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Updated docs
This commit is contained in:
parent
8847551bd9
commit
74de12f4d6
@ -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) |
|
||||||
|
Loading…
Reference in New Issue
Block a user