Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/common/presenterm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# presenterm

> A terminal-based slideshow tool that renders markdown presentations.
> More information: <https://mfontanini.github.io/presenterm/>.
- Display a presentation:

`presenterm {{path/to/slides.md}}`

- Display a presentation with a specific theme:

`presenterm --theme {{dark|light|tokyonight-storm|...}} {{path/to/slides.md}}`

- List all available themes:

`presenterm --list-themes`

- Export a presentation to PDF:

`presenterm --export-pdf --output {{path/to/output.pdf}} {{path/to/slides.md}}`

- Display a presentation with code snippet execution enabled:

`presenterm --enable-snippet-execution {{path/to/slides.md}}`

- Validate that presentation content fits within the terminal:

`presenterm --validate-overflows {{path/to/slides.md}}`