@nutriadoc/nutriadoc
v0.0.8
Published
SetupNutria is a feature-rich rich text editor designed to provide a comprehensive set of tools for text formatting, inserting images, videos, and attachments. It offers collaborative editing and communication features, making it a versatile platform for
Downloads
4
Readme
SetupNutria
SetupNutria is a feature-rich rich text editor designed to provide a comprehensive set of tools for text formatting, inserting images, videos, and attachments. It offers collaborative editing and communication features, making it a versatile platform for various use cases.
Installation
You can install it into an existing project using npm or load the CDN file.
$ npm install --save @nutria-doc/nutria-doc
<script>
createEditor("#editor")
</script>
Features
Working
- Text formatting
- Toolbar, line toolbar, inline toolbar
- Link
Planned
- Image, Video, Attachment, upload
- Table
- Code
- Collaboration
Documentation
Contributing
Ideas
The development repository of nutria-doc can be found at https://github.com/nutriadoc/nutriadoc. This is the primary place for sharing opinions and making contributions. Providing feedback to the core team about the direction they are taking, whether it is positive or negative, is highly appreciated!
Discussion
For reporting issues, please visit the nutria-doc repository https://github.com/nutriadoc/nutriadoc/issues
Development
nutria-doc is developed based on quill.js. It does not rely on any UI framework, but it can be used with frameworks like React, Vue, Angular, and others.
License
Licensed under the terms of the MIT License. For detailed information about the license, please refer to the LICENSE file