-
Notifications
You must be signed in to change notification settings - Fork 714
New spec in NIP 73 for referencing arbitrary NIP specifications #2102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Added a new specification in NIP 75 for linking to arbitrary NIP specifications, without hard-coding a URL or event ID.
|
You can probably change njump with wikistr.com/dtag*pubkey/ |
new format matches `a` tag standard.
staab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me. Any implementations out there?
I'm just wrapping up PR to implement WoT powered ranking of NIPs on nostrhub.io. @alexgleason should have this in hand by EOD today. |
pr submitted for NostrHub |
|
I want to incorporate this to NIP-RP and to the Synvya client so that profiles that support NIP-RP can signal such support using an I do need help with the I like using
without
|
|
Just include multiple |
Ok. Implemented in Synvya as suggested |
DEPRECATED the 'final NIP number' format for referencing GitHub NIPs in favor of a repository agnostic format for referencing NIP proposals specified in ANY external repository.
|
I've updated the NIP referencing spec to allow for standardization (based on |
Clarified syntax requirements (and added repo-name) when referencing NIP specifications in external repositories.
|
I think this proposal doesn't make much sense to add it to nip-73? |
What doesn't make sense? Please elaborate. |
|
nip-73 is External Content ID, I don't think nips fall into this category, but you can use the same format in another nip |
By definition, this very repository on GitHub is "External Content". While it (hopefully) will not be the canonical source of "official" NIPs in the near future, it is ALSO true that many different event kinds have been used to publish NIPs proposals on Nostr. On top of this, I've also seen NIPs proposed on OTHER repositories. So yea ... how should we review and talk about all of these NIP proposals in a unified manner? Happy to make a NEW NIP for this. But honestly, the |
|
I'd just keep this version then ["i", "github.com:nostr-protocol/nips:25", "https://github.com/nostr-protocol/nips/blob/master/25.md"], |
Added specifications for `rel` strings, to establish relationships between events and external content. Updated examples and formatting in NIPs section.
Allows 'all of nostr' to reference, comment, and react on any published NIP spec in a standardized manner, regardless of which repo or nostr event kind they are posted to.