File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # presenterm
2+
3+ > A terminal-based slideshow tool that renders markdown presentations.
4+ > More information: < https://mfontanini.github.io/presenterm/ > .
5+
6+ - Display a presentation:
7+
8+ ` presenterm {{path/to/slides.md}} `
9+
10+ - Display a presentation with a specific theme:
11+
12+ ` presenterm --theme {{dark|light|tokyonight-storm|...}} {{path/to/slides.md}} `
13+
14+ - List all available themes:
15+
16+ ` presenterm --list-themes `
17+
18+ - Export a presentation to PDF:
19+
20+ ` presenterm --export-pdf --output {{path/to/output.pdf}} {{path/to/slides.md}} `
21+
22+ - Display a presentation with code snippet execution enabled:
23+
24+ ` presenterm --enable-snippet-execution {{path/to/slides.md}} `
25+
26+ - Validate that presentation content fits within the terminal:
27+
28+ ` presenterm --validate-overflows {{path/to/slides.md}} `
You can’t perform that action at this time.
0 commit comments