{"id":28092420,"url":"https://github.com/rderoldan1/md_simple_editor","last_synced_at":"2025-05-13T13:14:01.794Z","repository":{"id":13230656,"uuid":"15915188","full_name":"rderoldan1/md_simple_editor","owner":"rderoldan1","description":"Very simple markdown editor for rails ","archived":false,"fork":false,"pushed_at":"2019-10-08T14:15:52.000Z","size":61,"stargazers_count":65,"open_issues_count":3,"forks_count":33,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T13:13:59.263Z","etag":null,"topics":["markdown","rails","ruby"],"latest_commit_sha":null,"homepage":"http://rderoldan1.github.io/md_simple_editor","language":"CSS","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/rderoldan1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-14T20:53:40.000Z","updated_at":"2024-07-01T05:51:55.000Z","dependencies_parsed_at":"2022-08-29T15:41:37.028Z","dependency_job_id":null,"html_url":"https://github.com/rderoldan1/md_simple_editor","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rderoldan1%2Fmd_simple_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rderoldan1%2Fmd_simple_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rderoldan1%2Fmd_simple_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rderoldan1%2Fmd_simple_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rderoldan1","download_url":"https://codeload.github.com/rderoldan1/md_simple_editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948504,"owners_count":21988961,"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":["markdown","rails","ruby"],"created_at":"2025-05-13T13:14:01.230Z","updated_at":"2025-05-13T13:14:01.789Z","avatar_url":"https://github.com/rderoldan1.png","language":"CSS","readme":"# MarkDown Simple Editor\n\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'font-awesome-rails'\n    gem 'md_simple_editor'\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install font-awesome-rails\n    $ gem install md_simple_editor\n\n## Usage\n\nIn your `application.css`, include the css files:\n    \n    *= require font-awesome\n    *= require md_simple_editor\n    \nOr if you using SCSS, include in `application.css.scss`:\n    \n    @import \"font-awesome\";\n    @import \"md_simple_editor\";\n\nIn your `application.js`, include the javascript files:\n\n    //= require md_simple_editor\n\n### Helper\n\nThere are a helper that make your textarea works like a _text editor :D_\n\n```rails\n\u003c%= md_simple_editor  do %\u003e\n    \u003c%= text_area_tag \"your id\" %\u003e\n\u003c% end %\u003e\n```\nAlso you can use inside a form\n```rails\n\u003c%= form_for @user do |f|\n    \u003c%= md_simple_editor  do %\u003e\n        \u003c%= f.text_area :description %\u003e\n    \u003c% end %\u003e\n\u003c% end %\u003e\n```\nYou can change the size of the buttons using bootstrap classes `btn-sm`, `btn-xs`, `btn-lg`\n```rails\n\u003c%= md_simple_editor('btn-xs')  do %\u003e\n    \u003c%= text_area_tag \"your id\" %\u003e\n\u003c% end %\u003e\n```\n\n#### Version 0.1.8\n\nSimple markdown editor meets Bootstrap, more elegant look and feel, !and now, the preview mode is OUT\"\n\n## How it looks?\n\n![Imgur](http://i.imgur.com/gg0MwlD.png)\n\n![Imgur](http://i.imgur.com/tX29Zvi.png)\n\n\n## ToDo\n\n- Add functions to extend the toolbar\n- Add some internationalization options\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frderoldan1%2Fmd_simple_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frderoldan1%2Fmd_simple_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frderoldan1%2Fmd_simple_editor/lists"}