/kontent-custom-element-simplemde-markdown-editor

SimpleMDE Markdown Editor custom element for Kentico Kontent

Primary LanguageHTMLMIT LicenseMIT

⚠️ Deprecation notice

This repository has been archived and is no longer maintained.

SimpleMDE Markdown editor Custom Element for Kentico Kontent

This is a custom element for Kentico Kontent that allows users to author Markdown using the SimpleMDE editor.

Screenshot of custom element

Setup

  1. Deploy the code to a secure public host
  2. Follow the instructions in the custom elements documentation to add the element to a content model.
    • The Hosted code URL is where you deployed to in step 1
    • No additional configuration required.

Deploying

Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.

Deploy to Netlify

What is Saved?

The value is a string of Markdown text.

Contributors

Originally contributed by @petrpyszko