mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
fix comments from private to public
This commit is contained in:
parent
3e764cdd65
commit
22543a6a94
2
73.md
2
73.md
|
@ -15,7 +15,7 @@ Event kind `35337` describes a workbook with `data` tags that contain the value
|
||||||
"kind": 35337,
|
"kind": 35337,
|
||||||
"tags": [
|
"tags": [
|
||||||
["d", "<unique identifier>"],
|
["d", "<unique identifier>"],
|
||||||
["title", "Name of this spreadsheet"] // private title
|
["title", "Name of this spreadsheet"] // public title
|
||||||
["data", "<sheet name>", "<column letter>", "<row number>", "<value>"]
|
["data", "<sheet name>", "<column letter>", "<row number>", "<value>"]
|
||||||
["data", "<sheet name>", "<column letter>", "<row number>", "<value>", "<style>"]
|
["data", "<sheet name>", "<column letter>", "<row number>", "<value>", "<style>"]
|
||||||
["style", "<TBD>"] // Need to specify all options here.
|
["style", "<TBD>"] // Need to specify all options here.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user