Add Camera Position Setter page; refresh three stale plugin pages
Camera Position Setter had no wiki page despite being in the registry, which
check_wiki_versions.py was flagging as absent from both catalogues. It now has
a dedicated EN+JP walkthrough (ninth plugin to get one) covering standard
views, numeric coordinates, orbital nudge, the global-vs-project bookmark
split, and clipboard interchange with PyVista.
The centering section documents which selection the plugin reads, since that
is easy to get wrong: Center on Selected Atoms takes the 3D viewport selection
and deliberately ignores the 2D sketch selection. v1.2.0 fixed a bug where it
read the 2D selection only and so did nothing after a 3D pick, so the page says
what to check if the button appears dead.
Three pages had drifted behind the registry:
- Job Manager 1.0.2 -> 1.1.3 gains a Chat alerts section. A webhook posts a
finished job to Slack/Discord/Teams, since the notification worth having is
for the overnight run nobody is sitting through. Documents the payload key
differing by service, the http/https-only restriction, and the two
deliberate asymmetries: the tick cannot be set before a room is configured,
and saving a URL does not switch it on, though clearing one switches it off.
- OPSIN 1.0.0 -> 1.0.1 and ORCA Result Analyzer 3.15.0 -> 3.15.4 are version
stamps only. Verified there was nothing user-visible to write: OPSIN swapped
add_plugin_menu for the host-registered run() entry point, leaving the menu
location unchanged, and the ORCA releases only moved where the dialog opens,
which the page never described.
check_wiki_versions.py now reports only Group Template, whose source is ahead
of the registry -- normal for an unreleased bump.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FZgRtkr6UxHL25EFXiE6c9
Job Manager v1.0.2: handoff host default, and clearing before a result opens
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Point the Job Manager pages at 1.0.1
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wgh3vc8weJcneXT3m9ujc9
Point the Job Manager pages at 1.0.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wgh3vc8weJcneXT3m9ujc9
Point the Job Manager pages at 0.20.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wgh3vc8weJcneXT3m9ujc9
Point the six release-touched pages at the versions just published
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wgh3vc8weJcneXT3m9ujc9
Add a dedicated Job Manager wiki page (EN + JP)
Job Manager only had a catalogue-entry paragraph; it's grown enough --
four backends, the helper queue, the relay tag, batch drag-and-drop, sort
and filter -- to warrant the same full-page treatment as the other six
flagship plugins. Cross-linked from Home, the catalogue's flagship list,
its summary-table row, and its See also section in both languages.