mikedilger / nostr-next

Issues with nostr that would require breaking changes to fix
3 stars 0 forks source link

links in plaintext notes #27

Open mikedilger opened 1 month ago

mikedilger commented 1 month ago

Putting links in plaintext notes means they are not strictly plaintext anymore. And we used to have '#[0]' too. These were interpreted, but then made it impossible to just type them without them getting interpreted.

I suggest tag data indicating in-note fields: [sometag, start-byte, end-byte, type-of-thing]

mikedilger commented 1 month ago

Or ["url", 354, "https://blah/blah#blurhash=lksjdf&sha256=af8c249b&dimensions=800x600"] so that the data itself isn't in the content... this specifies that at byte 354 (original content index) insert this thing.