1.2.7 • Published 2 years ago

smallest-text-editor v1.2.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is this?

A text editor with very few functions such as bold, italic or underline.

Screenshot

Installation

npm i smallest-text-editor

Then...

...

const editor = new SmallestTextEditor('#id-of-your-div')

// get value
editor.getValue()

// clear text
editor.clear()

// you can style the editor as you wish
#smalles-text-editor {
    height: 400px;
    width: 400px;
    ...
}

Example

https://jsfiddle.net/svitel11/ko2pnzjs/123/

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.2.4

2 years ago

1.1.5

2 years ago

1.2.3

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago