diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-04-15 07:45:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 07:45:43 -0500 |
| commit | 7c8c2eeffa91d4a527c8c1db670d22c9a1f745e2 (patch) | |
| tree | 5deb57aa6a1636d5734eec168628005c4e812a67 | |
| parent | 97b58ccc36a8360a099e4f905fc9bc616bc03f31 (diff) | |
| parent | 45b539d5d502fd0b42c51b209464495d8c45cc95 (diff) | |
Merge pull request #444 from lacrypta/markdown-improvements-readme
Markdown improvements - README
| -rw-r--r-- | README.md | 61 |
1 files changed, 31 insertions, 30 deletions
| @@ -132,36 +132,37 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 132 | 132 | ||
| 133 | ## Standardized Tags | 133 | ## Standardized Tags |
| 134 | 134 | ||
| 135 | | name | value | other parameters | NIP | | 135 | | name | value | other parameters | NIP | |
| 136 | | -------------- | ------------------------------------ | -------------------- | ------------------------ | | 136 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | |
| 137 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | | 137 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | |
| 138 | | `d` | identifier | -- | [33](33.md) | | 138 | | `d` | identifier | -- | [33](33.md) | |
| 139 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | 139 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | |
| 140 | | `g` | geohash | -- | [12](12.md) | | 140 | | `g` | geohash | -- | [12](12.md) | |
| 141 | | `i` | identity | proof | [39](39.md) | | 141 | | `i` | identity | proof | [39](39.md) | |
| 142 | | `p` | pubkey (hex) | relay URL | [1](01.md) | | 142 | | `p` | pubkey (hex) | relay URL | [1](01.md) | |
| 143 | | `r` | a reference (URL, etc) | -- | [12](12.md) | | 143 | | `r` | a reference (URL, etc) | -- | [12](12.md) | |
| 144 | | `t` | hashtag | -- | [12](12.md) | | 144 | | `t` | hashtag | -- | [12](12.md) | |
| 145 | | `amount` | millisats | -- | [57](57.md) | | 145 | | `amount` | millisats | -- | [57](57.md) | |
| 146 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 146 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| 147 | | `challenge` | challenge string | -- | [42](42.md) | | 147 | | `challenge` | challenge string | -- | [42](42.md) | |
| 148 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | | 148 | | `content-warning` | reason | -- | [36](36.md) | |
| 149 | | `description` | badge description | -- | [58](58.md) | | 149 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | |
| 150 | | `description` | invoice description | -- | [57](57.md) | | 150 | | `description` | badge description | -- | [58](58.md) | |
| 151 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 151 | | `description` | invoice description | -- | [57](57.md) | |
| 152 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 152 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 153 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 153 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 154 | | `name` | badge name | -- | [58](58.md) | | 154 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 155 | | `nonce` | random | -- | [13](13.md) | | 155 | | `name` | badge name | -- | [58](58.md) | |
| 156 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | | 156 | | `nonce` | random | -- | [13](13.md) | |
| 157 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | | 157 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | |
| 158 | | `relay` | relay url | -- | [42](42.md) | | 158 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | |
| 159 | | `relays` | relay list | -- | [57](57.md) | | 159 | | `relay` | relay url | -- | [42](42.md) | |
| 160 | | `subject` | subject | -- | [14](14.md) | | 160 | | `relays` | relay list | -- | [57](57.md) | |
| 161 | | `summary` | article summary | -- | [23](23.md) | | 161 | | `subject` | subject | -- | [14](14.md) | |
| 162 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 162 | | `summary` | article summary | -- | [23](23.md) | |
| 163 | | `title` | article title | -- | [23](23.md) | | 163 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 164 | | `zap` | profile name | type of value | [57](57.md) | | 164 | | `title` | article title | -- | [23](23.md) | |
| 165 | | `zap` | profile name | type of value | [57](57.md) | | ||
| 165 | 166 | ||
| 166 | ## Criteria for acceptance of NIPs | 167 | ## Criteria for acceptance of NIPs |
| 167 | 168 | ||