slate-no-empty A Slate plugin to prevent the document from being empty. Install npm install slate-no-empty --save Usage import NoEmpty from 'slate-no-empty' const plugins = [ NoEmpty('paragraph') // or NoEmpty(Block.create({ type: 'image', isVoid: true }))]