sanity-plugin-mermaid

1.2.0 • Public • Published

sanity-plugin-mermaid

Add a Mermaid graph input type for Sanity CMS

Read more about using the plugin in this blog post

Screenshot

sanity install mermaid

Then use it in your schema:

export default {
  name: 'graph',
  title: 'Graph',
  type: 'document',
  fields: [
    {
      name: 'title',
      title: 'Title',
      type: 'string',
    }, {
      type: 'mermaid',
    }
  ]
}

In order to render in your frontend you need to manually use the mermaid package.

TODO

  • Write a helper package providing a serialiser for portable text
  • Link to mermaid docs in editor
  • Syntax highlighted editor

/sanity-plugin-mermaid/

    Package Sidebar

    Install

    npm i sanity-plugin-mermaid

    Weekly Downloads

    1

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    246 kB

    Total Files

    14

    Last publish

    Collaborators

    • nervetattoo