docs: hold the documentation against the code
Every claim in the user-facing docs, checked against what the plugin actually does after A2 to A5. The two GDPR sections in PRIVACY.md describe features that only exist again as of this cycle, so they now name the screens they live on and say what the cleanup does with a channel this build does not recognise. The export sentence promised a date range; the form offers an age in days. PRIVACY.md also named "Show emotes" in Settings as the way to stop the one outbound call the plugin makes. That switch has had no control since May, and a documented opt-out that only exists in the JSON is not an opt-out, so the toggle is back in the chat tab. Both its strings were already translated. Dead paths: the README source tree still listed a file deleted in May, docs/IPC.md cited a window that no longer exists, the first-run wizard pointed at the same removed file, and the theme authoring guide sent readers to a Themes tab that is called Appearance. The changelog lost two double blank lines that were failing markdownlint and holding preflight red. Preflight is green again. Historical documents keep their old paths on purpose: the changelog and the AI disclosure describe what was true when they were written.
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
|
||||
## TL;DR
|
||||
|
||||
1. Open Settings → Themes → **Open themes folder**
|
||||
1. Open Settings → Appearance → **Open themes folder**
|
||||
2. Copy `example-theme.json` to `<your-name>.json` in the same folder
|
||||
3. Edit the file with any text editor
|
||||
4. Reload the plugin (toggle off/on in `/xlplugins`)
|
||||
5. Your theme appears in the Custom-Themes section in Settings → Themes
|
||||
5. Your theme appears in the Custom-Themes section in Settings → Appearance
|
||||
|
||||
That's the whole loop. The rest of this document is reference.
|
||||
|
||||
@@ -24,7 +24,7 @@ That's the whole loop. The rest of this document is reference.
|
||||
%APPDATA%\XIVLauncher\pluginConfigs\HellionChat\themes\
|
||||
```
|
||||
|
||||
(or the equivalent path on Linux/macOS — Settings → Themes → "Open themes folder" opens it
|
||||
(or the equivalent path on Linux/macOS — Settings → Appearance → "Open themes folder" opens it
|
||||
directly).
|
||||
|
||||
Each `*.json` file in this folder is loaded as one theme. The `example-theme.json` that HellionChat
|
||||
@@ -179,11 +179,11 @@ Check `/xllog` after a plugin reload to see what loaded and what didn't.
|
||||
|
||||
1. Edit the JSON, save the file.
|
||||
2. Reload the plugin: `/xlplugins` → toggle HellionChat off, then on.
|
||||
3. Settings → Themes → click your theme card.
|
||||
3. Settings → Appearance → click your theme card.
|
||||
4. Watch every plugin window (chat, settings, pop-out) and pick something to fix.
|
||||
5. Tweak. Reload. Repeat.
|
||||
|
||||
Tip: the **Settings → Themes** picker shows a mini-mockup per theme — your colors are visible before
|
||||
Tip: the **Settings → Appearance** picker shows a mini-mockup per theme — your colors are visible before
|
||||
you switch.
|
||||
|
||||
## Sharing themes
|
||||
|
||||
Reference in New Issue
Block a user