https://github.com/simply007/kontent-custome-element-simplemde-markdown-editor
https://github.com/simply007/kontent-custome-element-simplemde-markdown-editor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simply007/kontent-custome-element-simplemde-markdown-editor
- Owner: Simply007
- License: mit
- Created: 2020-03-25T08:21:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T08:22:08.000Z (about 6 years ago)
- Last Synced: 2025-04-04T22:28:09.070Z (about 1 year ago)
- Language: HTML
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SimpleMDE Markdown editor Custom Element for Kentico Kontent
This is a [custom element](https://docs.kontent.ai/tutorials/develop-apps/integrate/integrating-your-own-content-editing-features) for [Kentico Kontent](https://kontent.ai) that allows users to author Markdown using the SimpleMDE editor.

## Setup
1. Deploy the code to a secure public host
* See [deploying section](#Deploying) for a really quick option
1. Follow the instructions in the [Kentico Kontent documentation](https://docs.kontent.ai/tutorials/develop-apps/integrate/integrating-your-own-content-editing-features#a-3--displaying-a-custom-element-in-kentico-kontent) 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.
[](https://app.netlify.com/start/deploy?repository=https://github.com/Kentico/kontent-custome-element-simplemde-markdown-editor)
## What is Saved?
The value is a string of Markdown text.
## Contributors
Originally contributed by [@petrpyszko](https://github.com/petrpyszko)