You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executive Summary
The goal of this proposal is to integrate Mermaid.js into the NocoDB ecosystem. This will allow users and contributors to render flowcharts, sequence diagrams, and entity-relationship diagrams (ERDs) directly within Markdown files and potentially within the UI (e.g., long-text fields or description blocks).
Problem Statement
Currently, technical documentation and database schemas within NocoDB projects often rely on static images or external links for visualization. This leads to:
Maintenance Overhead: Images must be re-exported and re-uploaded every time a schema changes.
Lack of Version Control: Diagrams stored as binaries (PNG/JPG) cannot be easily diffed in Git.
Inconsistency: Different contributors use different tools to create visuals.
Proposed Solution: Mermaid.js
Mermaid.js is a JavaScript-based diagramming and charting tool that renders Markdown-inspired text definitions into dynamic diagrams.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Executive Summary
The goal of this proposal is to integrate Mermaid.js into the NocoDB ecosystem. This will allow users and contributors to render flowcharts, sequence diagrams, and entity-relationship diagrams (ERDs) directly within Markdown files and potentially within the UI (e.g., long-text fields or description blocks).
Problem Statement
Currently, technical documentation and database schemas within NocoDB projects often rely on static images or external links for visualization. This leads to:
Mermaid.js is a JavaScript-based diagramming and charting tool that renders Markdown-inspired text definitions into dynamic diagrams.
All reactions