nostr icon indicating copy to clipboard operation
nostr copied to clipboard

Create comments to non nostr events

Open dluvian opened this issue 1 year ago • 2 comments

Describe the enhancement

A EventBuilder function to create nip22 comments to ISBNs, websites, geotags, ..., or any other string.

Use case

Commenting on stuff outside of nostr, like book reviews and youtube comments.

Additional context

https://github.com/nostr-protocol/nips/blob/master/22.md

dluvian avatar Nov 28 '24 03:11 dluvian

Just learned that i and k tag are not just random strings and should follow nip73.

nip22::extract_parent should also be adjusted to support nip73.

dluvian avatar Feb 23 '25 01:02 dluvian

Just learned that i and k tag are not just random strings and should follow nip73.

nip22::extract_parent should also be adjusted to support nip73.

The nip22::extract_parent already support the NIP73

yukibtc avatar Mar 03 '25 08:03 yukibtc

Should this be closed? I think it's already resolved since we have CommentTarget::external now

TheAwiteb avatar Oct 17 '25 15:10 TheAwiteb