Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@osn/rich-text-editor

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osn/rich-text-editor

OpenSquare Team React Markdown Editor

latest
Source
npmnpm
Version
0.7.3
Version published
Maintainers
3
Created
Source

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.

Keywords

react

FAQs

Package last updated on 26 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts