Matrix Rich Text Editor
Find a file
2024-09-27 11:49:29 +02:00
.cargo Update uniffi version to 0.24.1 (#745) 2023-07-26 10:17:11 +02:00
.github Move renovate.json file to .github subfolder 2024-09-26 17:31:11 +02:00
bindings Apache 2.0 -> AGPL-3.0 2024-09-25 16:20:00 +02:00
crates matrix-org -> element-hq 2024-09-25 17:39:11 +02:00
platforms update release workflow for iOS 2024-09-27 11:49:29 +02:00
uniffi-bindgen Update uniffi version to 0.24.1 (#745) 2023-07-26 10:17:11 +02:00
.gitignore Git ignore the /tmp folder. 2024-09-26 11:11:41 +02:00
.slather.yml Exclude tests directory from coverage reporting and make HTMLParserTests testable 2023-05-08 11:19:32 +01:00
build_xcframework.sh [iOS] Improved XCFramework generation script (#1018) 2024-07-16 15:32:29 +02:00
Cargo.lock Version 2.37.9 2024-08-28 14:16:42 +01:00
Cargo.toml Bump UniFFI (#950) 2024-03-20 18:06:20 +01:00
CHANGELOG.md Version 2.37.9 2024-08-28 14:16:42 +01:00
LICENSE AGPL licence 2024-09-25 16:05:27 +02:00
Makefile Update uniffi version to 0.24.1 (#745) 2023-07-26 10:17:11 +02:00
package-lock.json Version 2.6.3 (#786) 2023-08-25 13:41:35 +02:00
README.md matrix-org -> element-hq 2024-09-25 17:39:11 +02:00
RELEASE.md matrix-org -> element-hq 2024-09-25 17:39:11 +02:00
rust-toolchain.toml Bump Rust version to 1.76 (stable) to fix WASM issues (#939) 2024-02-29 16:59:13 +01:00
rustfmt.toml First draft of the real interface for ComposerModel 2022-07-13 11:34:35 +01:00
sonar-project.properties matrix-org -> element-hq 2024-09-25 17:39:11 +02:00
update_version.sh Restore previous approach to Android publish config (#292) 2022-11-11 16:05:18 +01:00

Matrix Rich Text Editor

codecov GitHub

A cross-platform rich text editor intended for use in Matrix clients including the Element clients.

Works on Web, Android and iOS using a cross-platform core written in Rust, and platform-specific wrappers.

Important note: This project is still in an early stage. Minor versions could bring breaking API changes, see CHANGELOG.md for details. Bugs and crashes may occur, please report them here.

Live demo

Try it out at element-hq.github.io/matrix-rich-text-editor.

Building the code

Get the prerequisites for each platform by reading the READMEs for them:

Now, to build all the bindings, try:

make

To build for a single platform, or to learn more, see the individual README files above.

Release the code

See RELEASE.md.

More info

For more detailed explanations and examples of platform-specific code to use Rust bindings like those generated here, see Building cross-platform Rust for Web, Android and iOS a minimal example.

See also

  • The Browser Selections Inventory
    • used while writing tests, to persuade the browser to select text in the same way as if it had been done manually.

License

AGPL-3.0