From 7bbd1ff9db12f28ebffbda909de1e8d8593a6a82 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sun, 2 Feb 2025 08:28:38 -0800 Subject: [PATCH] chore: update sample config files to include newest options --- config.sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.sample.yaml b/config.sample.yaml index 8d761ae..e36a505 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -41,10 +41,24 @@ snippet: # enable code snippet execution. Use at your own risk! enable: true + exec_replace: + # enable code snippet automatic execution + replacing the snippet with its output. Use at your own risk! + enable: true + render: # the number of threads to use when rendering `+render` code snippets. threads: 2 +speaker_notes: + # The endpoint to listen for speaker note events. + listen_address: "127.0.0.1:59418" + + # The endpoint to publish speaker note events. + publish_address: "127.0.0.1:59418" + + # Whether to always publish speaker notes even when `--publish-speaker-notes` is not set. + always_publish: false + bindings: # the keys that cause the presentation to move forwards. next: ["l", "j", "", "", "", " "]