1.2.7 • Published 12 months ago

smallest-text-editor v1.2.7

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.2.4

1 year ago

1.1.5

1 year ago

1.2.3

1 year ago

1.1.4

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago