1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/TagMacro.tid

28 lines
399 B
Plaintext
Raw Normal View History

2014-12-06 13:44:08 +00:00
caption: tag
created: 20141206130540337
modified: 20141206130540337
tags: Macros
title: TagMacro
type: text/vnd.tiddlywiki
The 'tag' macro displays a tag pill for a specified tag.
! Parameters
|!Position |!Name |!Description |!Default |
|1st |tag |Title of tag |The current tiddler |
! Examples
For example:
```
* <<tag>>
* <<tag "HelloThere">>
```
Returns:
* <<tag>>
* <<tag "HelloThere">>