Add Voice Control user page; move authoring section; update sidebar
- New Voice-Control.md covers prerequisites (macOS/Windows/Linux),
enabling the extension, model download, device selection, full
command reference, and troubleshooting
- Moved Voice control section in Authoring-Items.md to below Mouse
behavior; added link to the new user page
- Added Voice Control link to the For Users section of the sidebar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Document phonetic_substitutes field and voice control item authoring
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Migrate schema links from EmoTracker-Service/schema to sdk/schema
The canonical location for the JSON schemas (items, locations,
layouts, all, manifest) is now sdk/schema in the EmoTracker-Service
repo. Update every wiki link — blob URLs, tree URLs, raw URLs, and
inline-code references — to point at the new path. The relative
$schema example in Developer-Setup also gets the new path.
Add Authoring — Image Filters page and cross-link
New developer page documenting the img_mods / disabled_img_mods
filter spec syntax, every built-in filter (grayscale, dim, halfdim,
quarterdim, brightness, saturation, overlay, @disabled), the
default disabled filter behavior, and chaining examples.
Cross-linked from every item type page that exposes img_mods or
disabled_img_mods, plus the top-level Authoring Items page and
Developer Setup. Sidebar updated.
Add Developer Setup + Authoring Items hierarchy
- Developer Setup: tooling, VS Code JSON schema wiring, JSON/Lua
learning resources, pack directory layout, where to get help
- Authoring Items: top-level overview of the items JSON format,
base fields, codes concept, image fields, per-type index
- Per-type sub-pages with full field references, examples, pitfalls:
Toggle, Progressive, Consumable, Progressive Toggle,
Composite Toggle, Badged Toggle, Static, Section Chests Proxy,
Blank
- Cross-links to the canonical JSON schema in EmoTracker-Service
- Sidebar updated to list all new developer pages