Mixed invoice splitting
# Obsidian Presentation Demo
Welcome to your Markdown-powered presentation in Obsidian.
Agenda¶
- What Obsidian can do
- How to turn notes into slides
- Add diagrams and visuals
- Export to PowerPoint
1. Notes are just Markdown¶
- You can use headings, italics, and
inline code - Lists, quotes, code blocks, images — all work
- Obsidian’s preview renders it beautifully
Example code block:
git add .
git commit -m "update notes"
git push
2. Diagrams with Mermaid¶
flowchart TD
A[Start] --> B[Write Notes in Markdown]
B --> C[Enable Slides Mode]
C --> D[Present Inside Obsidian]
D --> E[Optional Export to PPTX]
3. Exporting Slides¶
- Use the built-in Slides mode
- Or install Advanced Slides plugin
- For PowerPoint:
pandoc presentation.md -t pptx -o presentation.pptx
4. Summary¶
Obsidian can be:
- Your note-taker 📝
- Your diagram tool 🧩
- Your slide deck generator 🎞️
- Even your personal wiki 🔍
Press Ctrl + P → Start Presentation to begin!