https://github.com/jonasfroeller/der_prozess
Deutsch Referat: A presentation about the book "Der Process" (german).
https://github.com/jonasfroeller/der_prozess
markdown-presentation marp-vsc obsidian-markdown-slides
Last synced: about 1 month ago
JSON representation
Deutsch Referat: A presentation about the book "Der Process" (german).
- Host: GitHub
- URL: https://github.com/jonasfroeller/der_prozess
- Owner: jonasfroeller
- Created: 2024-01-13T20:28:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T23:55:16.000Z (about 2 years ago)
- Last Synced: 2025-03-26T21:14:56.090Z (12 months ago)
- Topics: markdown-presentation, marp-vsc, obsidian-markdown-slides
- Homepage: https://jonasfroeller.github.io/Der_Prozess/
- Size: 49.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Viewing the Presentation
I've created the presentation using **obsidian-advanced-slides** specific features.
You can also view it using **marp**.
Note that for **marp**, the notes need to be wrapped in HTML comments.
Additionally, some obsidian-advanced-slides specific features won't work in Marp.
## VS-Code
Install the [marp-team.marp-vscode](https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode) extension.
Disable [shd101wyy.markdown-preview-enhanced](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) or similar extensions if you have it installed, because it blocks marps slide preview.
There is also a reveal.js to .md slides extension: "[evilz.vscode-reveal](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal)" but i prefer marp in vs-code because it is much simpler and i use vscode to code and not to write notes.
### MARP
#### Creating Slides
Just add this to the metadata of your markdown file (`markdown.marp.toggleMarpFeature`):
```md
---
marp: true
---
````
#### Exporting to PDF, HTML, PPTX, PNG or JPEG
1. `CTRL` + `SHIFT` + `P`
2. markdown.marp.export
3. ENTER
## Obsidian
I prefer writing markdown presentations in [obsidian](https://obsidian.md/download), because I have all my notes in obsidian already.
You can use [marp-slides](https://github.com/samuele-cozzi/obsidian-marp-slides) (`obsidian://show-plugin?id=marp-slides`).
Or a reveal.js to .md slides plugin like [obsidian-advanced-slides](https://github.com/MSzturc/obsidian-advanced-slides) (`obsidian://show-plugin?id=obsidian-advanced-slides`).
### Obsidian Advanced Slides
Show Preview: `CTRL` + `SHIFT` + `E`.