Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samvv/edmund
A bare-bones text editor that integrates seamlessly in larger web projects
https://github.com/samvv/edmund
Last synced: about 1 month ago
JSON representation
A bare-bones text editor that integrates seamlessly in larger web projects
- Host: GitHub
- URL: https://github.com/samvv/edmund
- Owner: samvv
- Created: 2020-12-27T14:25:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:28:23.000Z (about 1 year ago)
- Last Synced: 2024-11-17T10:51:52.352Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Edmund
======⚠️ This library is under construction. More features will be added as time goes by.
Edmund is a bare-bones rich text editor that integrates seamlessly in larger
projects. It is meant to be lightweight and easy to customize, giving you full
control over how the text and the interface is drawn.- **Lightweight and bare-bones solution.** We bring the logic, you bring the
user interface.
- **Written in TypeScript.** Catches many developer mistakes at compile-time.
Get autocompletion in your favorite code editor for free.
- **Full integration with React.** Control the editor without leaving the
React context!## License
This code is generously licensed under the MIT license.