Single properties - Markdown editor (beta)

You can edit markdown content using the x-display=markdown annotation.

To do this Vjsf integrates EasyMDE. But to prevent creating a larger distributable it is not declared as a dependency, you need to load it yourself and make it available in global.EasyMDE (or window.EasyMDE). For example:

import EasyMDE from 'easymde/dist/easymde.min.js'
 import 'easymde/dist/easymde.min.css'
 global.EasyMDE = EasyMDE