{"id":19032646,"url":"https://github.com/bitbravo/custom-rich-text-editor","last_synced_at":"2026-06-14T20:31:29.380Z","repository":{"id":120974897,"uuid":"307310682","full_name":"BitBravo/custom-rich-text-editor","owner":"BitBravo","description":"Cotentful Custom Rich Text Editor","archived":false,"fork":false,"pushed_at":"2020-10-27T11:29:45.000Z","size":8375,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T04:28:12.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BitBravo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2020-10-26T08:47:31.000Z","updated_at":"2020-10-27T11:29:24.000Z","dependencies_parsed_at":"2024-02-01T12:44:16.024Z","dependency_job_id":null,"html_url":"https://github.com/BitBravo/custom-rich-text-editor","commit_stats":null,"previous_names":["bitbravo/custom-rich-text-editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fcustom-rich-text-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fcustom-rich-text-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fcustom-rich-text-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fcustom-rich-text-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitBravo","download_url":"https://codeload.github.com/BitBravo/custom-rich-text-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240082757,"owners_count":19745287,"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":[],"created_at":"2024-11-08T21:29:48.508Z","updated_at":"2026-05-03T17:30:18.973Z","avatar_url":"https://github.com/BitBravo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @contentful/field-editors\n\n![How to work](./rich-editor.gif)\n\n\n[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)\n\nThis is the monorepo for all field editors and extensions by [Contentful][contentful].\n\nSince these are developed using the [UI Extensions SDK][ui-extensions-sdk], this will allow you to understand how each editor works, fork existing extensions or create your own extensions based on existing Contentful components' source rather than starting from scratch.\n\nIt uses [Typescript][typescript], [React][react], [Forma36][forma36] (a design system \u0026 component library by Contentful) and is managed using [Lerna][lerna]. Code is automatically formatted with [Prettier][prettier] and checked with [ESLint][eslint] on every commit using Git hooks.\n\n## Available field editors\n\nPlayground with all components: [https://contentful-field-editors.netlify.app/](https://contentful-field-editors.netlify.app/)\n\nThis repository has all editorial components that you can find in the Contentful Web application.\nYou can run each of these component as a custom field extension or compose them into a custom entry extension.\nYou could also use these components as the basis for a custom [Contentful App](https://www.contentful.com/app-framework/)\n\n- Single line editor\n- Multi line editor\n- Dropdown\n- Tags\n- List\n- Checkbox\n- Radio\n- Boolean\n- Rating\n- Number\n- Url\n- JSON\n- Location\n- Date\n- Markdown\n- Slug\n- Entry reference / Media\n- Rich Text\n\nAlso this repository contains shared packages that simplify development and testing of field and entry extensions.\n\nFeel free to reach out to us with the ones that'd be the most useful to have\nhere by filing a [Github issue][github-issues]!\n\n### Styles\n\nTo achieve the same field editor look as in the Contentful UI, you need to include Contentful's Forma 36 styles in your project.\n\n```\nimport '@contentful/forma-36-react-components/dist/styles.css';\n```\n\n## Getting started \u0026 contributing\n\n### Requirements\n\n- Node.js: `\u003e=12.13.1`\n- Yarn: `\u003e=1.21.1`\n\nTo install all dependencies and build all packages run the following commands from the root of the project.\n\n```\nyarn\nyarn build\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to get started.\n\nWe'd love to have your helping hand on `@contentful/field-editors`!\n\n## Links \u0026 related repositories\n\n- [UI Extensions SDK][ui-extensions-sdk]\n- [Create Contentful Extension CLI][create-contentful-extension]\n- [Forma36][forma36]\n\n## Code of Conduct\n\nWe want to provide a safe, inclusive, welcoming, and harassment-free space and experience for all participants, regardless of gender identity and expression, sexual orientation, disability, physical appearance, socioeconomic status, body size, ethnicity, nationality, level of experience, age, religion (or lack thereof), or other identity markers.\n\n[Read our full Code of Conduct](https://github.com/contentful-developer-relations/community-code-of-conduct).\n\n## License\n\nAll field editor packages are open source software [licensed as MIT](./LICENSE).\n\n[contentful]: https://www.contentful.com\n[ui-extensions-sdk]: https://github.com/contentful/ui-extensions-sdk\n[create-contentful-extension]: https://github.com/contentful/create-contentful-extension\n[github-issues]: https://github.com/contentful/field-editors/issues\n[forma36]: https://github.com/contentful/forma-36\n[typescript]: https://www.typescriptlang.org/\n[react]: https://reactjs.org/\n[lerna]: https://github.com/lerna/lerna\n[prettier]: https://prettier.io/\n[eslint]: https://eslint.org/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbravo%2Fcustom-rich-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbravo%2Fcustom-rich-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbravo%2Fcustom-rich-text-editor/lists"}