Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coffic/juice-editor

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coffic/juice-editor

![JuiceEditor](./docs/hero.png)

  • 0.9.112
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
612
increased by488.46%
Maintainers
0
Weekly downloads
 
Created
Source

JuiceEditor

JuiceEditor

A powerful rich text editor which name comes from a Chinese word "聚思" (gather your thoughts).

Currently still under development and not yet stable.

Quick Start

1.Install JuiceEditor

npm install @coffic/juice-editor

2.Use JuiceEditor in your project

import { EditorFactory, Editor } from '@coffic/juice-editor'

const editor = EditorFactory.register('my-editor', {
    onBeforeCreate: () => {
        console.log('onBeforeCreate for label my-editor')
    },
    onCreate: (editor: Editor) => {
        console.log('onCreate for label my-editor')

        editor.enableLog()
    }
})

// When you type 'editor.', the IDE will suggest available APIs

3.Use in your template

<my-editor></my-editor>

Documentation

https://cofficlab.github.io/en/juiceEditor/

Playground

https://cofficlab.github.io/JuiceEditor-Playground/

Products based on JuiceEditor

Built based on the following projects

NPM Packages

Maintainer

Work for Joy & Live for Love ➡️ https://github.com/nookery

Contributing

Show your ❤️ by ⭐️ing this repository! It means a lot.

Clone the repo, do something, make a PR.

Looking forward to your PRs, you amazing ideas.

License

JuiceEditor is released under a dual license:

  1. For non-commercial use: MIT License
  2. For commercial use or modifications: Please contact the author for a commercial license.

Any use of this software for commercial purposes or any modifications to the source code require explicit permission from the author.

Keywords

FAQs

Package last updated on 21 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc