# Try command + option + p --- ## MiaoYan PPT Mode Beautiful presentations made simple --- ## Inline Configuration Need to adjust animations or pagination? Add a leading HTML comment with `key: value` pairs: ``` ``` - Keys map directly to the [Reveal.js config](https://revealjs.com/config/) options - Use dot notation for nested properties (e.g. `highlight.lineNumbers`) - Values auto-detect booleans, numbers, `null`, bracketed lists `[a, b]`, or strings - The comment is stripped before rendering, keeping slides clean --- ## Getting Started - Method 1: Press `Command + Option + P` in any document - Method 2: Right-click document and select "MiaoYan PPT" - Method 3: Select presentation mode from menu bar - Documents with `---` separators are automatically recognized - Press Enter to preview slide outline Built with [Reveal.js](https://revealjs.com/markdown/) for advanced features --- ## Custom Backgrounds You can customize slide backgrounds with colors, gradients, images, or even websites --- ## Animation Control Watch these items appear in sequence: - Item 3: First to appear - Item 2: Second to appear - Item 1: Last to appear Perfect for step-by-step explanations --- ## Code Highlighting Progressive code revelation: ```swift [1|2-4|5-7|8] import SwiftUI struct MiaoYanApp: App { var body: some Scene { WindowGroup { ContentView() .frame(minWidth: 1000, minHeight: 600) } } } ``` --- ## Mathematical Formulas MiaoYan supports LaTeX math in presentations: $$E = mc^2$$ Inline math works too: $\pi \approx 3.14159$ Complex equations: $$\sum_{i=1}^{n} x_i = \frac{n(n+1)}{2}$$ --- ## Advanced Layout ### Two Column Layout
Fade in
Fade out
Highlight red
Highlight green
Fade in, then out
Slide up while fading in
Grow effect
Shrink effect
--- ## Table Support | Feature | Status | Rating | |---------|--------|--------| | Markdown | Complete | 5/5 | | LaTeX Math | Complete | 5/5 | | Code Syntax | Complete | 5/5 | | Diagrams | Complete | 5/5 | --- ## Lists and Nested Content ### Ordered Lists 1. First important point - Sub-point A - Sub-point B 2. Second important point 3. Third important point --- --- ## Thank You