{"id":15064625,"url":"https://github.com/wvengen/rails_admin_tinymce","last_synced_at":"2025-10-17T23:05:49.880Z","repository":{"id":205342528,"uuid":"714023455","full_name":"wvengen/rails_admin_tinymce","owner":"wvengen","description":"TinyMCE for Rails Admin","archived":false,"fork":false,"pushed_at":"2023-11-06T07:34:02.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T10:19:02.645Z","etag":null,"topics":["rails-admin","ruby","ruby-on-rails","tinymce"],"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/wvengen.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":"2023-11-03T18:42:16.000Z","updated_at":"2024-04-22T19:45:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0429000-6c51-4ee9-85ec-4417a908460b","html_url":"https://github.com/wvengen/rails_admin_tinymce","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"b502d2d3bfc71008b07d3837ddc2f6493f692ec1"},"previous_names":["wvengen/rails_admin_tinymce"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wvengen/rails_admin_tinymce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvengen%2Frails_admin_tinymce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvengen%2Frails_admin_tinymce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvengen%2Frails_admin_tinymce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvengen%2Frails_admin_tinymce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvengen","download_url":"https://codeload.github.com/wvengen/rails_admin_tinymce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvengen%2Frails_admin_tinymce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067309,"owners_count":23871329,"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":["rails-admin","ruby","ruby-on-rails","tinymce"],"created_at":"2024-09-25T00:22:45.016Z","updated_at":"2025-10-08T18:16:18.498Z","avatar_url":"https://github.com/wvengen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyMCE plugin for `rails_admin`\n\n[![Gem Version](https://badge.fury.io/rb/rails_admin_tinymce.svg)](https://badge.fury.io/rb/rails_admin_tinymce)\n\n[RailsAdmin](https://github.com/sferik/rails_admin) extension for enabling the [TinyMCE](https://www.tiny.cloud/) editor.\n\n- Does not yet support ActiveStorage for image/files.\n- Tested with [tinymce-rails](https://github.com/spohlenz/tinymce-rails) 6.7.2.\n- Turbo Drive is supported (even though tinymce-rails doesn't support it yet).\n\n## Installation\n\nTo enable **rails_admin_tinymce**, add the following to your `Gemfile`:\n\n```ruby\ngem 'rails_admin'\ngem 'rails_admin_tinymce'\n```\n\nThen create `config/tinymce.yml` according to step 2 of [tinymce-rails' instructions](https://github.com/spohlenz/tinymce-rails#instructions).\n\nFinally make sure the TinyMCE Javascript is loaded. That may differ depending on how you're using Javascript in Ruby on Rails.\n\n### Importmap\n\nAdd to `importmap.rails_admin.rb`:\n\n```rb\npin 'tinymce'\npin 'tinymce.rails_admin'\n```\n\nAdd to `rails_admin.js`:\n\n```javascript\nimport 'tinymce';\nimport 'tinymce.rails_admin';\n```\n\n### Bundler\n\nTODO\n\n## Configuration\n\n```ruby\nRailsAdmin.config do |config|\n  config.model Team do\n    edit do\n      field :description, :tinymce\n    end\n  end\nend\n```\n\nOr, you can provide more options to customize:\n\n```ruby\nRailsAdmin.config do |config|\n  config.model Team do\n    edit do\n      field :description, :tinymce do\n        # choose another configuration set from tinymce.yml\n        config 'alternate'\n        # or override specific options, see https://www.tiny.cloud/docs/tinymce/6/basic-setup/\n        options ({ plugins: [:image, :link] })\n      end\n    end\n  end\nend\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvengen%2Frails_admin_tinymce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwvengen%2Frails_admin_tinymce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvengen%2Frails_admin_tinymce/lists"}