nip54: clarify wikilink format.

This commit is contained in:
fiatjaf 2024-05-25 09:46:46 -03:00
parent 5d1d1c178e
commit 92d5837b0c
1 changed files with 5 additions and 0 deletions

5
54.md
View File

@ -36,6 +36,11 @@ The content should be Markdown, following the same rules as of [NIP-23](23.md),
One extra functionality is added: **wikilinks**. Unlike normal Markdown links `[]()` that link to webpages, wikilinks `[[]]` link to other articles in the wiki. In this case, the wiki is the entirety of Nostr. Clicking on a wikilink should cause the client to ask relays for events with `d` tags equal to the target of that wikilink.
Wikilinks can take these two forms:
1. `[[Target Page]]` -- in this case it will link to the page `target-page` (according to `d` tag normalization rules above) and be displayed as `Target Page`;
2. `[[target page|see this]]` -- in this case it will link to the page `target-page`, but will be displayed as `see this`.
### Merge Requests
Event `kind:818` represents a request to merge from a forked article into the source. It is directed to a pubkey and references the original article and the modified event.