{"id":19025254,"url":"https://github.com/evgeniradev/ckeditor_wave","last_synced_at":"2025-04-23T12:43:21.922Z","repository":{"id":56843525,"uuid":"137587810","full_name":"evgeniradev/ckeditor_wave","owner":"evgeniradev","description":"This gem integrates CKEditor 5 with CarrierWave to allow image upload.","archived":false,"fork":false,"pushed_at":"2023-07-06T19:01:53.000Z","size":17,"stargazers_count":4,"open_issues_count":1,"forks_count":13,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-18T00:10:34.090Z","etag":null,"topics":["carrierwave","ckeditor","ckeditor5"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evgeniradev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-16T14:48:49.000Z","updated_at":"2020-12-11T21:13:58.000Z","dependencies_parsed_at":"2024-08-05T18:35:25.675Z","dependency_job_id":null,"html_url":"https://github.com/evgeniradev/ckeditor_wave","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"a90f3e277e572ab1454600a337e69e01379c93ba"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniradev%2Fckeditor_wave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniradev%2Fckeditor_wave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniradev%2Fckeditor_wave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evgeniradev%2Fckeditor_wave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evgeniradev","download_url":"https://codeload.github.com/evgeniradev/ckeditor_wave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250436896,"owners_count":21430583,"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":["carrierwave","ckeditor","ckeditor5"],"created_at":"2024-11-08T20:43:01.765Z","updated_at":"2025-04-23T12:43:21.904Z","avatar_url":"https://github.com/evgeniradev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CkeditorWave\n\nThis gem integrates [CKEditor 5](https://docs.ckeditor.com/ckeditor5/) with [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) to allow image upload.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```\ngem 'ckeditor_wave', '~\u003e 2.1'\n```\n\nAnd then execute:\n\n    $ bundle\n\nTo generate and execute the migration, run:\n\n    $ rails g ckeditor_wave\n    $ rails db:migrate\n\nAdd the following at the bottom of your application.js:\n\n```\n//= require ckeditor_wave\n```\n\n\nTo attach [CKEditor 5](https://docs.ckeditor.com/ckeditor5/) to HTML forms, call the initiateCkeditor() function inside your application.js by wrapping in in a DOMContentLoaded EventListener and giving it one or more CSS selectors as arguments. For example:\n\n```\ndocument.addEventListener('DOMContentLoaded', () =\u003e {\n  initiateCkeditor('#editor1', '#editor2', '#editor3');\n});\n```\n\n## Dependencies\n* [CKEditor 5](https://docs.ckeditor.com/ckeditor5/) - classic editor build 12.1.0\n* [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) - version ~\u003e 1.2\n\nTo install [CKEditor 5](https://docs.ckeditor.com/ckeditor5/), download the 'classic editor build 12.1.0' ZIP package from [this link](https://ckeditor.com/ckeditor-5/download/) and insert the ckeditor.js file inside you app/assets/javascripts folder. Alternatively, you can use the CDN also available from the [same link](https://ckeditor.com/ckeditor-5/download/).\n\nIf you do not have the [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) gem installed, please add the following to your Gemfile:\n\n```\ngem 'carrierwave', '~\u003e 1.2'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/evgeniradev/ckeditor_wave](https://github.com/evgeniradev/ckeditor_wave).\n\n## License\n\nLicensed under the terms of [GNU General Public License Version 3 or later](http://www.gnu.org/licenses/gpl.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgeniradev%2Fckeditor_wave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevgeniradev%2Fckeditor_wave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgeniradev%2Fckeditor_wave/lists"}