A plugin to edit Markdown text in Administrate using SimpleMDE v1.11.2.
Add it to your Gemfile
:
gem 'administrate-field-simple_markdown', '~> 0.2.1'
Run:
$ bundle install
Add to your FooDashboard
:
ATTRIBUTE_TYPES = {
bar: Field::SimpleMarkdown
}.freeze
Administrate::Field::SimpleMarkdown is maintained by Zooppa.
See also the list of contributors who participated in this project.