excalidraw-diagram

Featured

Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "diagram", "standard excalidraw", "animate".

AI & Automation 4,629 stars 532 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Excalidraw Diagram Generator Create Excalidraw diagrams from text content with multiple output formats. ## Output Modes Select output mode based on the user's trigger words: | Trigger Words | Output Mode | File Format | Use Case | |---------------|-------------|-------------|----------| | `Excalidraw`, `diagram`, `flowchart`, `mind map` | **Obsidian** (default) | `.md` | Open directly in Obsidian | | `standard excalidraw` | **Standard** | `.excalidraw` | Open/edit/share on excalidraw.com | | `animate`, `animated excalidraw` | **Animated** | `.excalidraw` | Drag to excalidraw-animate to generate animation | ## Workflow 1. **Detect output mode** from trigger words (see Output Modes table above) 2. Analyze content - identify concepts, relationships, hierarchy 3. Choose diagram type (see Diagram Types below) 4. Generate Excalidraw JSON (add animation order if Animated mode) 5. Output in correct format based on mode 6. **Automatically save to current working directory** 7. Notify user with file path and usage instructions ## Output Formats ### Mode 1: Obsidian Format (Default) **Output strictly in the following structure, with no modifications:** ```markdown --- excalidraw-plugin: parsed tags: [excalidraw] --- ==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving' # Excalidraw Data ## Text Element...

Details

Author
breferrari
Repository
breferrari/obsidian-mind
Created
6 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category