String SimpleMDE
Renders a markdown editor with a formatting toolbar using SimpleMDE.
Activation Conditions
"type": "string""x-format": "simplemde"- SimpleMDE must be available (
window.SimpleMDE) - Plugin: SimpleMDE on GitHub
Plugin Options
Options can be passed to the plugin via "x-simplemde" keyword
Example
{
"title": "SimpleMDE",
"type": "string",
"description": "Markdown editor powered by SimpleMDE.",
"default": "SimpleMDE default",
"x-format": "simplemde"
}