Convert Markdown files with slide separators into PowerPoint presentations.
--- slide separators~/obsidian-360/工作知识库/)python3 scripts/md2pptx.py input.md
# Output: ~/obsidian-360/工作知识库/input.pptx
python3 scripts/md2pptx.py input.md /path/to/output.pptx
Install one of the following for best results:
Option 1: LibreOffice (recommended)
brew install --cask libreoffice
Option 2: Pandoc
brew install pandoc
Use --- to separate slides:
# Title Slide
Welcome to the presentation
---
# Slide 2
Content here
---
# Slide 3
More content
The default output location is read from:
~/Library/Application Support/obsidian/obsidian.json
Current vault: ~/obsidian-360/工作知识库/
共 1 个版本