Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensquare-network/rich-text-editor
https://github.com/opensquare-network/rich-text-editor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensquare-network/rich-text-editor
- Owner: opensquare-network
- License: mit
- Created: 2022-05-11T02:27:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T07:41:21.000Z (4 months ago)
- Last Synced: 2024-09-27T03:08:30.805Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSquare Team Rich Text Editor
## Release
commit message follow these below:
- `feat: message` minor release
- `fix: message` patch release## Directory
```
├── demo
│ ├── modify here if you want to test out under yarn dev
│ └── index.tsx
├── src
│ ├── for now, the only one thing we will care is index.tsx
│ ├── which is the enterance of the whole project
│ └── index.tsx
├── some config files
│ └── we will try to remove some unnecessary ones
```## Demo
`yarn dev`
## Development
Basically we test out everything in `demo/index.tsx` and
migrate changes to `src/index.tsx`## Controllers & Commands
The v12 version of react-mde represents us a head-less lib,
which gives us full control of everything, but we need to
compose all into a component ourselves.## Styling
we want to figure out a nice clean way to do styings.