Replying to Avatar idsera

I always wanted this feature (https://github.com/CodyTseng/jumble/issues/97), someone even opened a Pull request implementing this same thing (https://github.com/CodyTseng/jumble/pull/302) but nostr:npub1syjmjy0dp62dhccq3g97fr87tngvpvzey08llyt6ul58m2zqpzps9wf6wl didn't like it and didn't merge. Maybe this time we have some luck haha.

Hum, looks like the links was pasted wrong (https://github.com/CodyTseng/jumble/issues/97) and (https://github.com/CodyTseng/jumble/pull/302)

Reply to this note

Please Login to reply.

Discussion

the URL parser is failing because you are putting URL valid characters around it, the () always put spaces either side

i have also had this argument about the validity of () in URLs because wikipedia uses them. this is partly why i don't like pablo, he was totally dismissive of this issue.

just need to know that as a rule you need to space separate URLs. always. brackets are the main reason.

there is no logic you can use to determine if close brace after a URL with no space are not part of teh URL. that's not a bug in the code that's a bug in the spec. braces should never have been permitted as valid URL characters but we are so far past the point where it has become common.