{"id":13560724,"url":"https://github.com/konnorrogers/rhino-editor","last_synced_at":"2025-05-15T09:03:19.403Z","repository":{"id":37622840,"uuid":"480901596","full_name":"KonnorRogers/rhino-editor","owner":"KonnorRogers","description":"A tiptap integration for Rails compatible with ActionText","archived":false,"fork":false,"pushed_at":"2025-02-23T03:27:58.000Z","size":2877,"stargazers_count":308,"open_issues_count":10,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-07T04:13:38.877Z","etag":null,"topics":["actiontext","rails","ruby","wysiwyg"],"latest_commit_sha":null,"homepage":"https://rhino-editor.vercel.app","language":"TypeScript","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/KonnorRogers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["konnorrogers"]}},"created_at":"2022-04-12T17:05:23.000Z","updated_at":"2025-04-04T11:07:55.000Z","dependencies_parsed_at":"2022-07-12T22:30:34.605Z","dependency_job_id":"305c6e9f-dfbf-4d43-9f4d-436f07801049","html_url":"https://github.com/KonnorRogers/rhino-editor","commit_stats":{"total_commits":282,"total_committers":9,"mean_commits":"31.333333333333332","dds":"0.15602836879432624","last_synced_commit":"fc3ea83429c6e08ae1c3ceeb6b5cdda93b49bb50"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonnorRogers%2Frhino-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonnorRogers%2Frhino-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonnorRogers%2Frhino-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonnorRogers%2Frhino-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KonnorRogers","download_url":"https://codeload.github.com/KonnorRogers/rhino-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248891238,"owners_count":21178591,"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":["actiontext","rails","ruby","wysiwyg"],"created_at":"2024-08-01T13:00:48.998Z","updated_at":"2025-04-14T13:52:31.650Z","avatar_url":"https://github.com/KonnorRogers.png","language":"TypeScript","funding_links":["https://github.com/sponsors/konnorrogers"],"categories":["Widgets / Standalone elements"],"sub_categories":[],"readme":"# Purpose\n\nTo create a grab and go WYSIWYG editing experience that can\nhook into Ruby on Rails ActionText backend. Currently this\npackage does so using [TipTap](https://tiptap.dev/) but\nwill most likely include another integration for [ProseMirror](https://prosemirror.net/)\nto allow for both Markdown + WYSIWYG editing.\n\n## Documentation\n\n\u003chttps://rhino-editor.vercel.app\u003e\n\n## Local Development\n\n\u003e This section is for contributing to Rhino Editor.\n\nGetting up and running locally is hopefully quite painless.\nWe have a test suite using Ruby on Rails and is intended to\nprovide a good demonstration of how this package can hook\ninto ActionText.\n\nContributions should be made on a feature branch in a \nforked repository.\n\n### Prerequisites\n\n- Ruby 3.1.2\n- Rails 7.0.4\n- PNPM (`npm install -g pnpm`)\n- Playwright (`npm install -g playwright`)\n- Node \u003e= 16\n- Docker (Used to run a simulated S3 server)\n- A Docker virtualizer ([Orbstack](https://orbstack.dev/) or\n  [Docker Desktop](https://www.docker.com/products/docker-desktop/))\n- Overmind (Preferred, not needed `npm install -g overmind`)\n\n### Installation\n\nRun the following commands in the bash to setup\ndependencies:\n\n```bash\ngit clone https://github.com/konnorrogers/rhino-editor\ncd rhino-editor\npnpm run setup\n```\n\n### Running the server\n\nThe easiest way to run the server is using [Overmind](https://github.com/DarthSim/overmind).\nFirst start up your Docker virtualizer, then in two termainals…\n\nTerminal 1:\n\n```bash\npnpm run start\n```\n\nTerminal 2:\n\n```bash\ncd tests/rails\novermind start -f Procfile.dev\n```\n\nThen navigate to `localhost:5100`\n\n\n#### Without Overmind\n\nTo run the server without Overmind do the following in\nseperate terminals:\n\n```bash\nbin/vite dev --clobber\nbin/rails s\ndocker compose up --build\n```\n\nThen navigate to `localhost:5100`\n\n### Running the test suite\n\nMake sure to have the docker server up and running, the\ntest suite will fail without it.\n\n```bash\ndocker compose up --build\nbundle exec rails test:all\n```\n\n### Listening for changes to the package\n\nTo listen for changes, keep your rails server running and\nopen a new terminal with the following:\n\n```bash\npnpm run start\n```\n\nThis will start an ESBuild watcher process. Vite in Rails\nwill automatically pick up changes.\n\n## Adding a changelog entry\n\nTo add a changelog entry, we use \u003chttps://github.com/changesets/changesets\u003e.\nRun the following command and then answer the prompts:\n\n```bash\npnpm changeset\n```\n\n## Roadmap to v1\n\n- [ ] - Collaboration Extension. Support collaboration!\n- [ ] - Document slots, CSS properties, Extending ActionText, and show common demo examples\n- [ ] - Create a ProseMirror base for a markdown + rich text editor\n- [ ] - Move the TipTap editor to extend the ProseMirror editor.\n- [ ] - Show how to do table editing\n- [ ] - Show how to do embeds\n- [ ] - Show how to do mentions\n- [ ] - Add testing for the basic operations bold, strike, etc.\n- [ ] - Add testing for ActionText / Trix compatibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonnorrogers%2Frhino-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonnorrogers%2Frhino-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonnorrogers%2Frhino-editor/lists"}