Key features:
-
It is a block-styled editor based on Editor.js
-
There is an autosave in browser
-
Storing multiple notes
Table of Contents
Purpose
- Convenient and compact note editor
- Note storage
- Note sharing
Problem
- The developer has a need to implement a convenient note-taking tool in his application
- While reading, studying Scripture, or translating, it is often necessary to take notes. You have to use third party apps.
- Install the package:
yarn add @texttree/notepad-rcl
or
npm install @texttree/notepad-rcl
- Import Redactor in app:
import { Redactor } from '@texttree/notepad-rcl';
<Redactor />;
For more examples, please refer to the Styleguidist link
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
TextTree - Discord
Project Link: https://github.com/texttree/notepad-rcl