1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

docs: document speaker notes always on better

This commit is contained in:
Matias Fontanini 2025-03-29 15:43:28 -07:00
parent 9f3c53efdc
commit 3a7f6ae661
2 changed files with 11 additions and 1 deletions

View File

@ -229,7 +229,7 @@ can set the `speaker_notes.always_publish` attribute to `true`.
```yaml
speaker_notes:
always_pubblish: true
always_publish: true
```
## PDF export size

View File

@ -56,6 +56,16 @@ time. Each instance will only listen to events for the presentation it was start
On Mac this is not supported and only a single listener can be used at a time.
### Enabling publishing by default
You can use the `speaker_notes.always_publish` key in your config file to always publish speaker notes. This means you
will only ever need to use `--listen-speaker-notes` and you will never need to use `--publish-speaker-notes`:
```yaml
speaker_notes:
always_publish: true
```
### Internals
This uses UDP sockets on localhost to communicate between instances. The main instance sends events every time a slide