Marp
Folien/Slides auf Markdown-Basis schreiben und präsentieren.
- Links
Homepage: https://marp.app/
Markdown: https://marpit.marp.app/markdown
Source Code: https://github.com/marp-team/marp-cli
Themes und Markdown-Direktiven: https://github.com/marp-team/marp-core
GitHub Flavored Markdown Spec: https://github.github.com/gfm/
Installation
Es genügt das „marp-cli“:
VER=4.0.0
wget https://github.com/marp-team/marp-cli/releases/download/v$VER/marp-cli-v$VER-linux.tar.gz
tar xvzf marp-cli-v$VER-linux.tar.gz
Einfache Präsi
Tipps:
Slides werden durch
---
voneinander getrennt.*
Bullet-Lists Items werden auf Klick eingeblendet,-
Bullet-Lists sind sofort sichtbar
Mit „Presenter Notes“:
---
theme: gaia
size: 16:9
_class: lead
paginate: true
backgroundColor: #fff
backgroundImage: url('https://marp.app/assets/hero-background.svg')
---
![bg left:40% 80%](https://marp.app/assets/marp.svg)
# **Title**
Subtitle
https://www.linuxfabrik.ch/
---
<!--
Multiline comment
for the Presenter ("Presenter Notes")
-->
# Title Slide02
Text *Italic* **Bold** [Link](http://a.com) `Inline code` with backticks
- List
- List
- List
Python-Code:
```python
print('hello')
```
---
# Title Slide02
## Heading 2
Quote:
> Blockquote
| foo | bar |
| --- | --- |
| baz | bim |
Verwendung
Präsentation mit zuschaltbarer „Presenter View“ starten:
./marp --preview --server path/to/markdown-files
Keyboard Shortcuts
- p
Presenter Notes anzeigen
- +
Presenter Notes - Font vergrössern
- -
Presenter Notes - Font verkleinern
- Space / ArrowRight / ArrowDown / PageDown
Nächste Folie; wird bei den letzten drei Shift gedrückt, werden Fragmente übersprungen
- Shift + Space / ArrowLeft / ArrowUp / PageUp
Vorherige Folie; wird bei den letzten drei Shift gedrückt, werden Fragmente übersprungen
- Home
Erste Folie
- End
Letzte Folie
Built on 2024-11-18