0.9.122 • Published 12 months ago

@coffic/juice-editor v0.9.122

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

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/

Related Projects

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.

0.9.110

1 year ago

0.9.112

1 year ago

0.9.111

1 year ago

0.9.107

1 year ago

0.9.106

1 year ago

0.9.109

1 year ago

0.9.108

1 year ago

0.9.103

1 year ago

0.9.102

1 year ago

0.9.105

1 year ago

0.9.104

1 year ago

0.9.121

12 months ago

0.9.120

12 months ago

0.9.101

1 year ago

0.9.122

12 months ago

0.9.118

12 months ago

0.9.117

12 months ago

0.9.119

12 months ago

0.9.114

12 months ago

0.9.113

1 year ago

0.9.116

12 months ago

0.9.115

12 months ago

0.9.100

1 year ago

0.9.96

1 year ago

0.9.97

1 year ago

0.9.98

1 year ago

0.9.99

1 year ago

0.9.93

1 year ago

0.9.94

1 year ago

0.9.95

1 year ago

0.9.89

1 year ago

0.9.88

1 year ago

0.9.92

1 year ago

0.9.90

1 year ago

0.9.91

1 year ago

0.9.87

1 year ago

0.9.86

1 year ago

0.9.85

1 year ago

0.9.84

1 year ago

0.9.83

1 year ago