0.2.3 • Published 4 years ago

editeurjs v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Editeur is a rich text editor. It was designed as a component in vue.js and must be work on it. But during development, some solution in it was fialed, so it was no need to be design like that, and I changed it into js module, and the package type is umd.there is no different in document operation from WYSIWYG Editor such as Quill or TinyMCE. But Some methods has may problems and not efficient, it may be changed later maybe. For now, I think as a tool it is far from being available for production. it just for reference only.

CDN

import in html

<script src="https://unpkg.com/editeurjs@0.2.0/dist/editeur.js"></script>

<!--in body-->
<div id="content"></div>

<!--improt in javascript-->
<script type="text/javascript">
  const ele = document.getElementById('content')
  const editor = new editeur.Editor(ele)
</script>

Module

install in npm

npm install editeurjs

use as a Module

import { Editor } from 'editeurjs;

const ele = document.getElementById('content');
const editor = new Editor(ele);

it also support es5 commonjs module import

Usage

I have write a example of the usage. most function can be found. If you want to import it into a mvvm framework such as vue, you can see this

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.0.1-r27

4 years ago

0.0.1-r26

4 years ago

0.0.1-r25

4 years ago

0.0.1-r24

4 years ago

0.0.1-r23

4 years ago

0.0.1-r22

4 years ago

0.0.1-r21

4 years ago

0.0.1-r20

4 years ago

0.0.1-r19

4 years ago

0.0.1-r17

4 years ago

0.0.1-r18

4 years ago

0.0.1-r15

4 years ago

0.0.1-r16

4 years ago

0.0.1-r11

4 years ago

0.0.1-r12

4 years ago

0.0.1-r10

4 years ago

0.0.1-r13

4 years ago

0.0.1-r14

4 years ago

0.0.1-r9

4 years ago

0.0.1-r8

4 years ago

0.0.1-r7

4 years ago

0.0.1-r6

4 years ago

0.0.1-r5

4 years ago

0.0.1-r4

4 years ago

0.0.1-r3

4 years ago

0.0.1-r2

4 years ago

0.0.1-rc1

4 years ago