upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/10.md
diff options
context:
space:
mode:
Diffstat (limited to '10.md')
-rw-r--r--10.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/10.md b/10.md
index 064e56a..1aefb22 100644
--- a/10.md
+++ b/10.md
@@ -10,8 +10,6 @@ This NIP defines `kind:1` as a simple plaintext note.
10 10
11## Abstract 11## Abstract
12 12
13This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event.
14
15The `.content` property contains some human-readable text. 13The `.content` property contains some human-readable text.
16 14
17`e` and `p` tags can be used to define note threads, replies and mentions. 15`e` and `p` tags can be used to define note threads, replies and mentions.
@@ -19,6 +17,9 @@ The `.content` property contains some human-readable text.
19Markup languages such as markdown and HTML SHOULD NOT be used. 17Markup languages such as markdown and HTML SHOULD NOT be used.
20 18
21## Marked "e" tags (PREFERRED) 19## Marked "e" tags (PREFERRED)
20
21Kind 1 events with `e` tags are replies to other kind 1 events. Kind 1 replies MUST NOT be used to reply to other kinds, use [NIP-22](22.md) instead.
22
22`["e", <event-id>, <relay-url>, <marker>, <pubkey>]` 23`["e", <event-id>, <relay-url>, <marker>, <pubkey>]`
23 24
24Where: 25Where: