Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcr/edit-text
Collaborative rich text editor for the web. Written in Rust + WebAssembly.
https://github.com/tcr/edit-text
docs editor rtf rust wasm webassembly
Last synced: about 9 hours ago
JSON representation
Collaborative rich text editor for the web. Written in Rust + WebAssembly.
- Host: GitHub
- URL: https://github.com/tcr/edit-text
- Owner: tcr
- License: mit
- Created: 2017-11-18T17:08:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T13:03:02.000Z (almost 6 years ago)
- Last Synced: 2024-04-25T02:25:30.253Z (8 months ago)
- Topics: docs, editor, rtf, rust, wasm, webassembly
- Language: Rust
- Homepage: http://edit.io/
- Size: 25.1 MB
- Stars: 233
- Watchers: 9
- Forks: 22
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# edit-text
![Preview Image](https://user-images.githubusercontent.com/80639/42796912-9f2ae852-895a-11e8-9aae-9dede91296bf.png)
edit-text is a collaborative text editor with Markdown import and export. Both the server and client are written in Rust, and its frontend is cross-compiled WebAssembly and TypeScript.
[**✏️ Use edit-text online**](http://sandbox.edit.io/) in the [edit.io](http://edit.io) sandbox.
[**📚 Read "Getting Started" instructions**](http://timryan.org/edit-text/getting-started.html) in the [edit-text documentation.](http://tcr.github.io/edit-text/)
**Or clone this repo and run:** `./tools frontend-build && ./tools server --open`
This is alpha-quality software.
## License
Apache-2.0