Closed sedubois closed 4 years ago
Thanks for the heads up, I just fixed the link as suggested.
I am working on replacing SimpleMDE with EasyMDE, I should have a PR ready in a few days.
Porting to EasyMDE is almost done, I am trying to troubleshoot an issue with FontAwesome icons not displaying.
Actually, I figured it out 😄
I just pushed a branch with the porting, if you want you can try it by fetching the plugin directly from this repo:
# Gemfile
# Make sure you have the following line at the top of your Gemfile
# git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'administrate-field-simple_markdown', github: 'zooppa/administrate-field-simple_markdown', branch: 'switch-to-easymde'
Thanks @michelegera, I gave the branch a try by loading one of my Post::Translation
s which have a content
field of type Field::SimpleMarkdown
, but the editor doesn't load it's just a standard textarea. The code is like this:
Can it still have anything to do with the fact that the model is namespaced?
Closed via 3f00c2d1b2c8c3d25ac69772aa4b33ce2108b09c