docs: cover orbit.modal() and pinned messages
This commit is contained in:
parent
f06cc502f0
commit
44771bcdee
2 changed files with 3 additions and 0 deletions
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue