acoustep/craft-easymde
最新稳定版本:3.0.0
Composer 安装命令:
composer require acoustep/craft-easymde
包简介
Markdown field that uses EasyMDE Editor
README 文档
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
统计信息
- 总下载量: 3.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-28