Obsidian diagram plugin

Render diagram code blocks directly in Obsidian. Your notes stay portable — it's just text.

Coming soon — the plugin is currently under review by the Obsidian team. Once approved it will be available in Community Plugins.

How it works

  • dgmo code fences — wrap your diagram source in ```dgmo blocks
  • 26 chart types — everything the desktop app supports
  • Auto theme — follows your Obsidian light/dark setting
  • Reading & live preview — diagrams render in both modes

In your note

markdown
```dgmo
chart: sequence
title: API Request

Client -GET /users-> Server
  Server -SELECT * FROM users-> DB
  DB -rows-> Server
Server -200 OK-> Client
```

Settings

Setting Options
Palette nord, catppuccin, dracula, solarized, monokai, gruvbox, tokyonight, rosepine
Theme auto (follows Obsidian), light, dark
Chart height Configurable in pixels (default: 400)