1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Update docs for tag macros

This commit is contained in:
Jermolene 2016-11-28 21:31:09 +00:00
parent f07e0f981a
commit 2f2ddf6c0e
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ The <<.def tag-picker>> [[macro|Macros]] generates a combination of a text box a
!! Parameters
;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">>

View File

@ -16,6 +16,6 @@ The <<.def tag-pill>> [[macro|Macros]] generates a static tag pill showing a spe
;element-attributes
: Additional attributes for the pill element
;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">>