[Feature] Add support for GM Notes (#2082)
Some checks failed
Project CI / build (24.x) (push) Has been cancelled

* Add support for GM Notes

* Localize GM Notes header label

* Fix active editor height and menu auto sizing

* Add tooltip to add gm note button
This commit is contained in:
Carlos Fernandez 2026-07-14 08:39:53 -04:00 committed by GitHub
parent 0c2d257871
commit 79d6522614
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 278 additions and 64 deletions

View file

@ -256,34 +256,34 @@
},
"Item": {
"ancestry": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"community": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"class": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"subclass": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"feature": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"domainCard": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"loot": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"consumable": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"weapon": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"armor": {
"htmlFields": ["description"]
"htmlFields": ["description", "gmNotes"]
},
"beastform": {}
},