acoustep / craft-easymde
Markdown field that uses EasyMDE Editor
Installs: 3 801
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 1
Type:craft-plugin
Requires
- craftcms/cms: ^3.2.0
This package is auto-updated.
Last update: 2024-11-09 17:19:29 UTC
README
EasyMDE field type for Markdown content in Craft CMS 3+.
Installation
Add the package to your composer.json file
For Craft CMS 3, use version 3
"acoustep/craft-easymde": "~3.0.0"
For Craft CMS 4, there is currently a beta branch
"acoustep/craft-easymde": "dev-Craft4"
Install the plugin
./craft install/plugin craft-easymde
Usage
Go to your Settings, Fields, select or create a field and choose EasyMDE field type.
Then if you're using Twig in your frontend you can parse it with the markdown
helper or use the Wordsmith plugin
{{entry.content|markdown}}
Todo
- Custom configuration
- Choose EasyMDE version
- Add other EasyMDE functionality