sanity-plugin-mermaid
v1.2.0
Published
Add a [Mermaid](https://mermaid-js.github.io/mermaid/) graph input type for [Sanity CMS](http://sanity.io)
Downloads
5
Maintainers
Readme
sanity-plugin-mermaid
Add a Mermaid graph input type for Sanity CMS
Read more about using the plugin in this blog post
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