diff --git a/README.md b/README.md index 5ab104a..30742b2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Try everything locally: pnpm install && pnpm dev # playground at http://localhost:5173 ``` +## Try with Open Knowledge + +Every `.mmd` and Markdown editor in [Open Knowledge](https://openknowledge.ai) ships visimer as its diagram surface. Open a project and you get the same click-a-node-to-edit canvas over your own docs, wired up with realtime collaboration, git-backed history, and shareable links. The fastest way to try visimer on real diagrams is [openknowledge.ai](https://openknowledge.ai). + ## What you can do - **Edit text in place**: double-click any label and type right on the diagram; nodes grow as you type diff --git a/apps/site/index.html b/apps/site/index.html index c53943e..5ac3426 100644 --- a/apps/site/index.html +++ b/apps/site/index.html @@ -6,10 +6,10 @@ - Visimer · Edit Mermaid diagrams by hand + Visimer · Edit Mermaid diagrams visually - + - + - + - + diff --git a/apps/site/public/og-image.png b/apps/site/public/og-image.png index 244d13a..9f6d793 100644 Binary files a/apps/site/public/og-image.png and b/apps/site/public/og-image.png differ diff --git a/apps/site/public/og-image.svg b/apps/site/public/og-image.svg new file mode 100644 index 0000000..e8c5692 --- /dev/null +++ b/apps/site/public/og-image.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + Visimer + + Edit Mermaid diagrams + visually. + Click a node to rename or reshape it. Perfect for polishing AI-generated diagrams. + + + Open source · MIT · React & vanilla + + diff --git a/apps/site/src/App.tsx b/apps/site/src/App.tsx index f068ebd..9c02205 100644 --- a/apps/site/src/App.tsx +++ b/apps/site/src/App.tsx @@ -529,7 +529,7 @@ export default function App() { textWrap: 'balance', }} > - Edit Mermaid diagrams by hand. + Edit Mermaid diagrams visually.

- A WYSIWYG editor for Mermaid. Click a node to rename or reshape it. The source rewrites itself. Perfect - for fixing up AI-generated diagrams the visual way. + A WYSIWYG editor for Mermaid diagrams. Click a node to rename or reshape it. Perfect for polishing + AI-generated diagrams.

+ Try with Open Knowledge ↗ + + Install