mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update docs for tag macros
This commit is contained in:
parent
f07e0f981a
commit
2f2ddf6c0e
@ -10,6 +10,6 @@ The <<.def tag-picker>> [[macro|Macros]] generates a combination of a text box a
|
|||||||
!! Parameters
|
!! Parameters
|
||||||
|
|
||||||
;actions
|
;actions
|
||||||
: Action widgets to be triggered when the pill is clicked
|
: Action widgets to be triggered when the pill is clicked. Within the text, the variable ''tag'' contains the title of the selected tag.
|
||||||
|
|
||||||
<<.macro-examples "tag-picker">>
|
<<.macro-examples "tag-picker">>
|
||||||
|
@ -16,6 +16,6 @@ The <<.def tag-pill>> [[macro|Macros]] generates a static tag pill showing a spe
|
|||||||
;element-attributes
|
;element-attributes
|
||||||
: Additional attributes for the pill element
|
: Additional attributes for the pill element
|
||||||
;actions
|
;actions
|
||||||
: Action widgets to be triggered when the pill is clicked
|
: Action widgets to be triggered when the pill is clicked. Within the text, the macro parameter ''tag'' contains the title of the selected tag.
|
||||||
|
|
||||||
<<.macro-examples "tag-pill">>
|
<<.macro-examples "tag-pill">>
|
||||||
|
Loading…
Reference in New Issue
Block a user