Diagrammo in your docs & notes
Under review by Obsidian. The plugin isn’t in the Community Plugins browser yet — our submission is open at obsidianmd/obsidian-releases#11833. Until it lands, install via BRAT below; you’ll switch to the in-app browser once approved.
1.Install
- Open Obsidian → Settings → Community plugins → Browse, then install and enable BRAT (the Beta Reviewers Auto-update Tester).
- In BRAT settings, click "Add Beta plugin" and paste the URL below.
https://github.com/diagrammo/obsidian-dgmo - Diagrammo Diagrams installs automatically. Enable it under Settings → Community plugins.
2.Use
Inside any note
markdown
```dgmo
pie Browser Market Share (2025)
Chrome 63.5
Safari 19.8
Firefox 6.2
Edge 5.1
Other 5.4
```Produces
1.Install
bash
pnpm add astro-dgmo @diagrammo/dgmoThen register the integration in astro.config.mjs:
js
import { defineConfig } from 'astro/config';
import dgmo from 'astro-dgmo';
export default defineConfig({
integrations: [dgmo()],
});2.Use
In any .md or .mdx file
markdown
```dgmo
pie Browser Market Share (2025)
Chrome 63.5
Safari 19.8
Firefox 6.2
Edge 5.1
Other 5.4
```Produces