{"id":20217942,"url":"https://github.com/matrix-org/matrix-rich-text-editor","last_synced_at":"2025-10-10T01:32:26.437Z","repository":{"id":43169997,"uuid":"508730706","full_name":"matrix-org/matrix-rich-text-editor","owner":"matrix-org","description":"Matrix Rich Text Editor","archived":true,"fork":false,"pushed_at":"2024-09-27T10:17:57.000Z","size":12113,"stargazers_count":96,"open_issues_count":50,"forks_count":31,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-29T16:36:04.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://matrix-org.github.io/matrix-rich-text-editor/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-06-29T14:41:37.000Z","updated_at":"2025-06-23T04:35:21.000Z","dependencies_parsed_at":"2023-09-26T12:33:12.524Z","dependency_job_id":"a8d91b2b-d74e-4d22-b867-a370182a15f0","html_url":"https://github.com/matrix-org/matrix-rich-text-editor","commit_stats":{"total_commits":1098,"total_committers":18,"mean_commits":61.0,"dds":0.7577413479052824,"last_synced_commit":"708767db028876d6b09697d9ca927c899a3fb8de"},"previous_names":["matrix-org/matrix-wysiwyg"],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/matrix-org/matrix-rich-text-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rich-text-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rich-text-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rich-text-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rich-text-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/matrix-rich-text-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rich-text-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002407,"owners_count":26083374,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-14T06:36:32.564Z","updated_at":"2025-10-10T01:32:25.823Z","avatar_url":"https://github.com/matrix-org.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project has been archived.\n\n# Matrix Rich Text Editor is now actively maintained at [element-hq/matrix-rich-text-editor](https://github.com/element-hq/matrix-rich-text-editor)\n\n# Matrix Rich Text Editor\n[![codecov](https://codecov.io/gh/matrix-org/matrix-rich-text-editor/branch/main/graph/badge.svg?token=UFBR3KtPdg)](https://codecov.io/gh/matrix-org/matrix-rich-text-editor)\n![GitHub](https://img.shields.io/github/license/matrix-org/matrix-rich-text-editor)\n\nA cross-platform rich text editor intended for use in Matrix clients including\nthe Element clients.\n\nWorks on Web, Android and iOS using a cross-platform core written in Rust,\nand platform-specific wrappers.\n\n__Important note:__ This project is still in an early stage. Minor versions could bring \nbreaking API changes, see [CHANGELOG.md](CHANGELOG.md) for details.\nBugs and crashes may occur, please report them [here](https://github.com/matrix-org/matrix-rich-text-editor/issues/new).\n\n## Live demo\n\nTry it out at\n[matrix-org.github.io/matrix-rich-text-editor](https://matrix-org.github.io/matrix-rich-text-editor/).\n\n## Building the code\n\nGet the prerequisites for each platform by reading the READMEs for them:\n\n* WASM/JavaScript:\n  [bindings/wysiwyg-wasm/README.md](bindings/wysiwyg-wasm/README.md)\n\n* Android/Kotlin or iOS/Swift:\n  [bindings/wysiwyg-ffi/README.md](bindings/wysiwyg-ffi/README.md)\n\nNow, to build all the bindings, try:\n\n```bash\nmake\n```\n\nTo build for a single platform, or to learn more, see the individual README\nfiles above.\n\n## Release the code\n\nSee [RELEASE.md](RELEASE.md).\n\n## More info\n\nFor more detailed explanations and examples of platform-specific code to use\nRust bindings like those generated here, see\n[Building cross-platform Rust for Web, Android and iOS – a minimal example](https://www.artificialworlds.net/blog/2022/07/06/building-cross-platform-rust-for-web-android-and-ios-a-minimal-example/).\n\n## See also\n\n* The [Browser Selections Inventory](https://gitlab.com/andybalaam/browser-selections)\n  - used while writing tests, to persuade the browser to select text in the\n  same way as if it had been done manually.\n\n## License\n\n[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-rich-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fmatrix-rich-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-rich-text-editor/lists"}