{"id":13469642,"url":"https://github.com/springload/draftail","last_synced_at":"2025-05-14T12:08:58.133Z","repository":{"id":38359888,"uuid":"73479510","full_name":"springload/draftail","owner":"springload","description":"📝🍸 A configurable rich text editor built with Draft.js","archived":false,"fork":false,"pushed_at":"2025-03-07T13:47:30.000Z","size":11079,"stargazers_count":622,"open_issues_count":30,"forks_count":64,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-06T23:18:24.086Z","etag":null,"topics":["draft-js","editor","react","wagtail","wysiwyg"],"latest_commit_sha":null,"homepage":"https://www.draftail.org/","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/springload.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-11T13:23:26.000Z","updated_at":"2025-03-31T19:39:06.000Z","dependencies_parsed_at":"2025-01-17T16:00:37.381Z","dependency_job_id":"71eeead1-5843-47ea-8400-c12b7ef71295","html_url":"https://github.com/springload/draftail","commit_stats":{"total_commits":1407,"total_committers":18,"mean_commits":78.16666666666667,"dds":"0.14427860696517414","last_synced_commit":"33c9bfad7d63e5ae1367eb9d5178a0424cba8c0b"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fdraftail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fdraftail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fdraftail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fdraftail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springload","download_url":"https://codeload.github.com/springload/draftail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631225,"owners_count":21136550,"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":["draft-js","editor","react","wagtail","wysiwyg"],"created_at":"2024-07-31T15:01:48.273Z","updated_at":"2025-04-12T20:36:23.326Z","avatar_url":"https://github.com/springload.png","language":"TypeScript","readme":"# [Draftail](https://www.draftail.org/) [\u003cimg src=\"https://raw.githubusercontent.com/thibaudcolas/draftail.org/main/.github/draftail-logo.svg?sanitize=true\" width=\"90\" height=\"90\" align=\"right\"\u003e](https://www.draftail.org/)\n\n[![npm](https://img.shields.io/npm/v/draftail.svg)](https://www.npmjs.com/package/draftail) [![Build status](https://github.com/springload/draftail/workflows/CI/badge.svg)](https://github.com/springload/draftail/actions) [![Coverage Status](https://coveralls.io/repos/github/springload/draftail/badge.svg)](https://coveralls.io/github/springload/draftail) [![Netlify Status](https://api.netlify.com/api/v1/badges/cb4f2732-c1c5-4566-b22e-ce491f504a82/deploy-status)](https://app.netlify.com/sites/draftail-demos/deploys)\n\n\u003e :memo::cocktail: A configurable rich text editor built with [Draft.js](https://draftjs.org/). Check out our [demos](https://www.draftail.org/examples)!\n\n[![Screenshot of Draftail](https://www.draftail.org/img/draftail-ui-screenshot.png)](https://www.draftail.org/)\n\n\u003e [!NOTE]\n\u003e While Draftail itself is maintained, the underlying Draft.js library has been archived and no longer receives updates. For more information, see [Draft.js no longer maintained #456](https://github.com/springload/draftail/issues/456).\n\n## Features\n\nDraftail aims for a mouse-free, keyboard-centric experience. Here are important features worth highlighting:\n\n- Support for [keyboard shortcuts](https://www.draftail.org/docs/keyboard-shortcuts). Lots of them!\n- Paste from Word. Or any other editor. It just works.\n- Autolists – start a line with `-` , `*` , `1.` to create a list item.\n- Shortcuts for heading levels `##`, code blocks ` ``` `, text formats `**`, and more.\n- Undo / redo – until the end of times.\n- Common text types: headings, paragraphs, quotes, lists.\n- Common text styles: Bold, italic, and many more.\n- API to build custom controls for links, images, and more.\n- Compatibility with the [`draft-js-plugins`](https://www.draft-js-plugins.com) ecosystem to build more advanced extensions.\n\n\u003e This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), and measures performance and [code coverage](https://coveralls.io/github/springload/draftail). We also try to follow accessibility best practices (tested with [aXe](https://www.axe-core.org/)) – please [get in touch](https://github.com/springload/draftail/issues/149#issuecomment-389476151) if you can help us do better in this area.\n\n## Documentation\n\n- [Getting started](https://www.draftail.org/docs/getting-started)\n- [API reference](https://www.draftail.org/docs/api)\n- [User guide](https://www.draftail.org/docs/user-guide)\n- [Getting started with extensions](https://www.draftail.org/docs/getting-started-with-extensions)\n\n## Contributing\n\nSee anything you like in here? Anything missing? We welcome all support, whether on bug reports, feature requests, code, design, reviews, tests, documentation, and more. Please have a look at our [contribution guidelines](docs/CONTRIBUTING.md).\n\nIf you just want to set up the project on your own computer, the contribution guidelines also contain all of the setup commands.\n\n## Credits\n\nDraftail is made possible by the work of [Springload](https://github.com/springload/). View the full list of [contributors](https://github.com/springload/draftail/graphs/contributors). [MIT](LICENSE) licensed. The [draftail.org](https://github.com/thibaudcolas/draftail.org) documentation and demos are powered by [Netlify](https://www.netlify.com/).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fdraftail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringload%2Fdraftail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fdraftail/lists"}