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:
parent
9f3c53efdc
commit
3a7f6ae661
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user