upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Proposal-Subject-Discussion.md
diff options
context:
space:
mode:
authorRobert C. Martin <unclebob@cleancoder.com>2022-05-24 07:33:11 -0500
committerRobert C. Martin <unclebob@cleancoder.com>2022-05-24 07:33:11 -0500
commitebacbccda8c27ce259e3288af0f51026904ba5a7 (patch)
tree7a3fa04a7bb8ea80a70763ae59d785b56df66888 /Proposal-Subject-Discussion.md
parentee0c337eed5c0e01edf5bf0e838e52284ce05075 (diff)
Nip-14 for subject tag
Diffstat (limited to 'Proposal-Subject-Discussion.md')
-rw-r--r--Proposal-Subject-Discussion.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/Proposal-Subject-Discussion.md b/Proposal-Subject-Discussion.md
deleted file mode 100644
index cf9ee19..0000000
--- a/Proposal-Subject-Discussion.md
+++ /dev/null
@@ -1,22 +0,0 @@
1NIP-??
2======
3
4I am implementing this as a trial in more-speech.
5
6Subject tag in Text events.
7---------------------------
8
9`draft` `optional` `author:unclebobmartin`
10
11This NIP defines the use of the Subject tag in text (kind: 1) events.
12
13Subject
14-------
15
16`["subject": <string>]`
17
18Browsers often display threaded lists of messages. The contents of the subject tag can be used in such lists, instead of the more ad hoc approach of using the first few words of the message. This is very similar to the way email browsers display lists of incoming emails by subject rather than by contents.
19
20When replying to a message with a subject, clients should replicate the subject tag.
21
22Subjects should generally be shorter than 80 chars. Long subjects will likely be trimmed by clients.