diff options
| author | P. Reis <patrickpereirareal1@gmail.com> | 2024-07-03 14:43:53 -0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-07-03 15:51:20 -0300 |
| commit | cc4a7a4e494e8d655fcf97ed03760f725f566ef2 (patch) | |
| tree | a23de27139919ea10e138ac85389381bdab0bcca | |
| parent | 346ecd11140d05dcc68c9c0b69846a9d1ce1a9b0 (diff) | |
NIP-27: fix broken link, use njump
| -rw-r--r-- | 27.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ A reader client that receives an event with such `nostr:...` mentions in its `.c | |||
| 20 | 20 | ||
| 21 | Suppose Bob is writing a note in a client that has search-and-autocomplete functionality for users that is triggered when they write the character `@`. | 21 | Suppose Bob is writing a note in a client that has search-and-autocomplete functionality for users that is triggered when they write the character `@`. |
| 22 | 22 | ||
| 23 | As Bob types `"hello @mat"` the client will prompt him to autocomplete with [mattn's profile](https://gateway.nostr.com/p/2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc), showing a picture and name. | 23 | As Bob types `"hello @mat"` the client will prompt him to autocomplete with [mattn's profile](https://njump.me/npub1937vv2nf06360qn9y8el6d8sevnndy7tuh5nzre4gj05xc32tnwqauhaj6), showing a picture and name. |
| 24 | 24 | ||
| 25 | Bob presses "enter" and now he sees his typed note as `"hello @mattn"`, `@mattn` is highlighted, indicating that it is a mention. Internally, however, the event looks like this: | 25 | Bob presses "enter" and now he sees his typed note as `"hello @mattn"`, `@mattn` is highlighted, indicating that it is a mention. Internally, however, the event looks like this: |
| 26 | 26 | ||