Maarten Peels64 downloadsRender Schematex diagrams in your notes with pan, zoom, fullscreen view, and image export.
Render Schematex diagrams in your Obsidian notes with pan, zoom, fullscreen view, and image export.


Create a fenced code block with the schematex language identifier:
```schematex
comparison "Cloud provider — managed services"
mode: matrix
option "AWS"
option "GCP"
option "Azure"
criterion "Free tier"
AWS: "12 months"
GCP: "Always-free"
Azure: "12 months"
criterion "Serverless GPU"
AWS: partial
GCP: yes
Azure: partial
```
The diagram will render inline in your note. Hover over the diagram to reveal the toolbar with:
This plugin supports all Schematex diagram types. See the Schematex documentation for the complete list of available diagrams and their syntax.
Configure the plugin in Settings → Schematex:
# Install dependencies
npm install
# Start development build with watch mode
npm run dev
# Run tests
npm test
# Type checking
npm run typecheck
# Production build
npm run build
Obsidian flags this plugin for clipboard access. Schematex only writes to the clipboard, and only when you click "Copy source" on a diagram's error message, to let you copy the offending diagram source (e.g. to report a bug or fix the syntax). It never reads the clipboard and never accesses it automatically.
AGPL-3.0-only