{"id":14955594,"url":"https://github.com/ypylypenko/activeadmin_simplemde","last_synced_at":"2025-10-01T18:31:48.466Z","repository":{"id":56842092,"uuid":"119460926","full_name":"ypylypenko/activeadmin_simplemde","owner":"ypylypenko","description":"SimpleMDE Markdown editor for ActiveAdmin","archived":false,"fork":false,"pushed_at":"2022-03-17T14:47:55.000Z","size":108,"stargazers_count":18,"open_issues_count":4,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T14:15:21.860Z","etag":null,"topics":["activeadmin","activeadmin-plugin","activeadmin-simplemde","rails5","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ypylypenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-30T00:42:07.000Z","updated_at":"2024-09-17T12:50:23.000Z","dependencies_parsed_at":"2022-08-29T12:51:16.018Z","dependency_job_id":null,"html_url":"https://github.com/ypylypenko/activeadmin_simplemde","commit_stats":null,"previous_names":["yevheniipylypenko/activeadmin_simplemde"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypylypenko%2Factiveadmin_simplemde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypylypenko%2Factiveadmin_simplemde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypylypenko%2Factiveadmin_simplemde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypylypenko%2Factiveadmin_simplemde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ypylypenko","download_url":"https://codeload.github.com/ypylypenko/activeadmin_simplemde/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234724987,"owners_count":18877296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activeadmin","activeadmin-plugin","activeadmin-simplemde","rails5","ruby","ruby-on-rails"],"created_at":"2024-09-24T13:11:25.441Z","updated_at":"2025-10-01T18:31:43.126Z","avatar_url":"https://github.com/ypylypenko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hi there 👋\n\n[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)\n\n### Additional terms of use for users from Russia and Belarus\n\nBy using the code provided in these repositories you agree with the following:\n* Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine).\n* Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.\n* [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!)\n\nGlory to Ukraine! 🇺🇦\n\n# Activeadmin SimpleMDE Markdown Editor [![Gem Version](https://badge.fury.io/rb/activeadmin_simplemde.svg)](https://badge.fury.io/rb/activeadmin_simplemde)\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n```ruby\ngem 'activeadmin_simplemde'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install activeadmin_simplemde\n\n\n- Add at the end of your ActiveAdmin styles (_app/assets/stylesheets/active_admin.scss_):\n```css\n@import 'active_admin/simplemde';\n```\n- Add at the end of your ActiveAdmin javascripts (_app/assets/javascripts/active_admin.js_):\n```js\n//= require active_admin/simplemde/simplemde\n//= require active_admin/simplemde_editor_input\n```\n- Use the input with `as: :simplemde_editor` in Active Admin model conf\n\n\n\n## Usage\n\n```ruby\n# ActiveAdmin article form conf:\n  form do |f|\n    f.inputs 'Article' do\n      f.input :title\n      f.input :description, as: :simplemde_editor\n      f.input :published\n    end\n    f.actions\n  end\n```\n\n## Do you like it? Star it!\n\nIf you use this component just star it. A developer is more motivated to improve a project when there is some interest.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/YevheniiPylypenko/activeadmin_simplemde.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypylypenko%2Factiveadmin_simplemde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fypylypenko%2Factiveadmin_simplemde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypylypenko%2Factiveadmin_simplemde/lists"}