ワンクリックで
slidev-drawings
Draw and annotate during Slidev presentations. Use this skill for live annotations, highlighting, and visual explanations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Draw and annotate during Slidev presentations. Use this skill for live annotations, highlighting, and visual explanations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Master v-click and sequential animations in Slidev. Use this skill to reveal content progressively and create engaging presentations.
Add smooth slide transitions in Slidev. Use this skill for fade, slide, and custom transitions between slides.
Create beautiful code blocks with Shiki syntax highlighting. Use this skill for code snippets, line highlighting, and code groups.
Animate code transformations with Shiki Magic Move. Use this skill to create smooth morphing transitions between code states.
Add live coding with Monaco Editor in Slidev. Use this skill for interactive code demos, executable code, and real-time editing.
Leverage Vue components in Slidev slides. Use this skill to add interactivity with built-in components or create custom ones.
| name | slidev-drawings |
| description | Draw and annotate during Slidev presentations. Use this skill for live annotations, highlighting, and visual explanations. |
This skill covers Slidev's built-in drawing and annotation features powered by drauu, allowing you to draw, highlight, and annotate slides in real-time during presentations.
---
drawings:
enabled: true
---
---
drawings:
enabled: true
persist: false
presenterOnly: false
syncAll: true
---
| Option | Type | Default | Description |
|---|---|---|---|
enabled | boolean/string | true | Enable drawings (true, false, 'dev') |
persist | boolean | false | Save drawings to .slidev/drawings/ |
presenterOnly | boolean | false | Only presenter can draw |
syncAll | boolean | true | Sync drawings across all clients |
Usage: Click and drag to draw
Good for: Underlining, circling, quick annotations
Usage: Click start point, drag to end
Good for: Connecting elements, pointing
Usage: Click start, drag to arrow point
Good for: Showing flow, indicating direction
Usage: Click corner, drag to opposite corner
Good for: Highlighting areas, boxing content
Usage: Click center, drag to edge
Good for: Circling items, attention markers
Usage: Click on drawn elements to remove
Good for: Correcting mistakes, cleaning up
Slidev automatically detects stylus input:
Works great with:
Click color selector in drawing toolbar:
Adjust stroke width for:
---
drawings:
persist: true
---
Drawings saved to:
.slidev/drawings/[slide-number].svg
Delete files from .slidev/drawings/ or:
---
drawings:
presenterOnly: true
---
---
drawings:
syncAll: true
---
All connected clients see drawings in real-time.
---
drawings:
syncAll: false
---
Only presenter's drawings are synced to audience.
Know in advance what you'll highlight:
<!--
ANNOTATIONS:
- Circle the error on line 5
- Arrow from input to output
- Underline the key term
-->
| Need | Tool |
|---|---|
| Highlight text | Pen (underline) |
| Point to something | Arrow |
| Group elements | Rectangle |
| Mark important | Ellipse |
When drawing mode is active:
| Key | Action |
|---|---|
1 | Pen tool |
2 | Line tool |
3 | Arrow tool |
4 | Rectangle tool |
5 | Ellipse tool |
e | Eraser |
c | Clear all |
Esc | Exit drawing mode |
# Code Review
```python
def calculate(x, y):
result = x + y # Circle this line
return result
Draw a circle around the important line during presentation.
### Drawing Over Diagrams
```markdown
```mermaid
graph LR
A --> B --> C
Use arrows to trace the flow during explanation.
### Drawing Over Images
```markdown

Annotate specific components during walkthrough.
drawings.enabled: truesyncAll settingpersist: true.slidev/ directory existsWhen configuring drawings:
---
drawings:
enabled: true # Enable drawing feature
persist: true # Save drawings between sessions
presenterOnly: true # Only presenter can draw
syncAll: true # Sync to all viewers
---
DRAWING PLAN FOR SLIDE:
CLEANUP: