There was an error while loading. Please reload this page.
Add multi-tab/window user docs and Lua VS Code debugger developer docs
Updated Autotracking (markdown)
Updated NDI (markdown)
Updated Hosting a Package Repository (markdown)
Updated Authoring Locations Capture Badges (markdown)
Updated Authoring Locations Map Placement (markdown)
Updated Authoring Locations Captured Items (markdown)
Updated Authoring Locations (markdown)
Updated _Sidebar (markdown)
Updated Authoring Locations ‐ Capture Badges (markdown)
Updated Authoring Locations — Capture Badges (markdown)
Created Authoring Locations — Capture Badges (markdown)
Adding detail for the new location updating/updated callbacks
Warn that running outside /Applications breaks auto-updates on macOS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add Installation wiki page; add to sidebar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update application colors docs to cover status, notification, and map badge keys Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Document font_size property on text layout element
Fix Note Taking page: markdown renders on commit, not live Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Correct Note Taking page: always available, not an extension Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Correct Twitch Chat HUD page: settings file config, !tracker prefix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Correct NDI wiki page: icon, always-on behaviour, settings file keys Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add user-facing wiki pages for NDI, Note Taking, and Twitch Chat HUD Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>
Sidebar: order For Users section by learning progression Reorder from alphabetical to the order a new user encounters each topic: 1. Installing and Loading Packages — first thing: get a pack 2. Item Types and Mouse Controls — main items-grid interaction 3. Map Locations — interacting with the map 4. Map Location Colors — interpreting the map square colors 5. Saving and Loading — preserving progress 6. Autotracking — optional advanced feature 7. Keyboard Shortcuts — power-user reference at the end
Add Authoring a Settings File page New page under For Developers > The Basics documenting every field Tracker.LoadPackageSettings reads from settings.json: - allow_resize - disabled_image_filter (supported path for the pack-wide default disabled filter — not Lua) - enable_accessibility_rule_caching - chest_opened_img / chest_unopened_img - always_allow_chest_manipulation Notes the legacy tracker_layout.json fallback, the auto_unpin_on_clear gotcha (parser reads it but skips at the root level, so it has no effect in settings.json at the top level), and that F5 picks up settings.json changes without needing a restart. Includes a link to the new schema at sdk/schema/settings.json.
Updated Packaging Your Pack (markdown)