docs: cover orbit.modal() and pinned messages

This commit is contained in:
orbit-docs 2026-07-04 03:38:53 +00:00
parent f06cc502f0
commit 44771bcdee
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -92,6 +92,7 @@ instead. See **[Compiled plugins](https://orbit.tchatou.fr/docs/compiled-plugins
| `orbit.addShortcut(combo, run)` | register a keyboard shortcut, e.g. `"mod+shift+k"` (mod = Cmd/Ctrl) |
| `orbit.addTheme(id, {name, vars, css?, icon?, color?})` | register a runtime theme; shows in Settings → Appearance |
| `orbit.notify(title, body?)` | fire a brand-styled desktop notification (asks permission once) |
| `orbit.modal(render, {title?, wide?})` | open a modal dialog (core owns the shell); returns a close function |
| `orbit.h / orbit.html` | render helpers |
| `log(…)` | namespaced console logger |