From 0e3d1cd5d82754d0eb69ddb847f6532b4dade3be Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 13 Jan 2025 12:04:46 -0500 Subject: Moves Kind:1 definition to NIP-10 (#1076) Co-authored-by: Michael J <37635304+buttercat1791@users.noreply.github.com> --- 10.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '10.md') diff --git a/10.md b/10.md index c1d5068..064e56a 100644 --- a/10.md +++ b/10.md @@ -1,14 +1,22 @@ NIP-10 ====== - -On "e" and "p" tags in Text Events (kind 1) -------------------------------------------- +Text Notes and Threads +---------------------- `draft` `optional` +This NIP defines `kind:1` as a simple plaintext note. + ## Abstract -This 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. + +This 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. + +The `.content` property contains some human-readable text. + +`e` and `p` tags can be used to define note threads, replies and mentions. + +Markup languages such as markdown and HTML SHOULD NOT be used. ## Marked "e" tags (PREFERRED) `["e", , , , ]` -- cgit v1.2.3