Skip to content

A plugin that lets you write content with Stripe's Markdoc format.

License

Notifications You must be signed in to change notification settings

n-older/sanity-plugin-markdoc

Repository files navigation

sanity-plugin-markdoc

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-markdoc

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-markdoc'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

MIT © Nick Older

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

About

A plugin that lets you write content with Stripe's Markdoc format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published