0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
schema
/
[
Home
]
File: document-reveal-tools.yml
- name: overview tags: formats: [revealjs] schema: boolean default: true description: "Enable the slide overview mode" - name: menu description: Configuration for revealjs menu. tags: formats: [revealjs] schema: anyOf: - boolean - object: properties: side: enum: [left, right] default: left description: "Side of the presentation where the menu will be shown (`left` or `right`)" width: string: completions: [normal, wide, third, half, full] default: normal description: "Width of the menu" numbers: boolean: default: false description: "Add slide numbers to menu items" use-text-content-for-missing-titles: boolean: default: true description: | For slides with no title, attempt to use the start of the text content as the title instead. - name: chalkboard description: Configuration for revealjs chalkboard. tags: formats: [revealjs] schema: anyOf: - boolean - object: properties: theme: enum: [chalkboard, whiteboard] default: chalkboard description: "Visual theme for drawing surface (`chalkboard` or `whiteboard`)" boardmarker-width: number: default: 3 description: | The drawing width of the boardmarker. Defaults to 3. Larger values draw thicker lines. chalk-width: number: default: 7 description: | The drawing width of the chalk. Defaults to 7. Larger values draw thicker lines. src: path: description: | Optional file name for pre-recorded drawings (download drawings using the `D` key) read-only: boolean: default: false description: | Configuration option to prevent changes to existing drawings buttons: boolean: default: true description: | Add chalkboard buttons at the bottom of the slide transition: number: description: | Gives the duration (in ms) of the transition for a slide change, so that the notes canvas is drawn after the transition is completed. - name: multiplex description: Configuration for reveal presentation multiplexing. tags: formats: [revealjs] schema: anyOf: - boolean - object: properties: url: string: default: https://reveal-multiplex.glitch.me/ description: | Multiplex token server (defaults to Reveal-hosted server) id: string: description: Unique presentation id provided by multiplex token server secret: string: description: Secret provided by multiplex token server