obsidian-plugin-excalidraw

Installation
SKILL.md

核心规范(基于 Excalidraw v0.17+ / Obsidian 插件最新版)

文件格式标准

Excalidraw 文件为 JSON 格式,扩展名 .excalidraw必须包含以下顶级字段:

{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [],
  "appState": {
    "gridSize": 20,
    "viewBackgroundColor": "#ffffff",
    "theme": "light",
    "currentItemFontFamily": 1,
    "exportBackground": true,
    "viewModeEnabled": false
  },
Related skills
Installs
3
First Seen
Mar 15, 2026