| title | author | date |
|---|---|---|
README |
hasp |
2024-04-01 |
➡️ INTRO ⬅️
Ignore the following text! This is just needed if you are interested in
reveal-md!
Markdown slides with reveal-md.
- install node.js:
winget install OpenJS.NodeJS.LTS - install reveal-md:
npm install -g reveal-md - update/upgrade all global packages:
npm update -gnpm upgrade -g
- To show all documents:
- stay in root-folder of repository
- and start:
reveal-md . -w-wis optional and watches for file changes
- To show a specific document (using this readme as example):
reveal-md README.md
- For parameter overview just type
reveal-md - Slide creation: use Typora and vscode.
- See the various slides to get an idea whats possible
- global configuration:
reveal-md.json - can be overwritten by YAML frontmatter in
md-files - folder
.reveal:- css styling (
style.css) - mermaid plugin (
mermaid.min.js)
- css styling (
- Our slides tool: https://github.com/webpro/reveal-md
- Based on this HTML slide tool: https://revealjs.com/
- Code highlighting: https://highlightjs.org/demo
- Mermaid graphs: https://mermaid.js.org/
- especially the docs
- consider the mermaid live editor