notepad on Nostr: #[0] heres the note editing thread: #[1]
jb55 (npub1xts…kk5s) heres the note editing thread:
quoting nevent1q…wtdyTopic: Editing
It would be cool if there was a way to edit notes. Basic idea: a note is created with the following tags:
```json
{"tags": [["e","thread_id"],["e","note_id","","edit"]]}
```
Where `note_id` is the note you are editing. Clients can replace the note with the most recent one it sees. It is able to fetch all edit notes because of the thread_id reference.
For clients that don't support this, it will look like a regular reply.