diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-08-15 20:28:53 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2024-08-15 20:28:53 -0500 |
| commit | 1d3744784c0faf3e3c43b7a16e657499476e19c5 (patch) | |
| tree | e42dd3f0a74eefdc1a231e5ad4f693ce6040c060 /24.md | |
| parent | 2c7e2af15fbdf09bec5c673a56010797f02f206f (diff) | |
Define the `t` tag in NIP-24
Diffstat (limited to '24.md')
| -rw-r--r-- | 24.md | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -39,6 +39,7 @@ tags | |||
| 39 | 39 | ||
| 40 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: | 40 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: |
| 41 | 41 | ||
| 42 | - `r`: a web URL the event is referring to in some way | 42 | - `r`: a web URL the event is referring to in some way. |
| 43 | - `i`: an external id the event is referring to in some way - see [NIP-73](73.md) | 43 | - `i`: an external id the event is referring to in some way - see [NIP-73](73.md). |
| 44 | - `title`: name of [NIP-51](51.md) sets, [NIP-52](52.md) calendar event, [NIP-53](53.md) live event or [NIP-99](99.md) listing | 44 | - `title`: name of [NIP-51](51.md) sets, [NIP-52](52.md) calendar event, [NIP-53](53.md) live event or [NIP-99](99.md) listing. |
| 45 | - `t`: a hashtag. The value MUST be a lowercase string. For kind 1 and other text notes, the event's content SHOULD contain the value prefixed by a `#` within the text in any case. \ No newline at end of file | ||