2.2.3 • Published 2 months ago

@lesjoursfr/edith v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

npm version QC Checks

@lesjoursfr/edith

Edith, simple WYSIWYG editor.

Requirements

To work this library needs :

How to use

import { Edith } from "@lesjoursfr/edith";

/* Initialize the WYSIWYG Editor */
new Edith(document.querySelector("#editor"), {
	height: 200,
	toolbar: [
		[
			"style",
			[
				"bold",
				"italic",
				"underline",
				"strikethrough",
				"subscript",
				"superscript",
				"nbsp",
				"clear",
			],
		],
		/*** Other toolbar blocs ***/
	],
	buttons: {
		/*** Extra buttons for the toolbar ***/
	},
	initialContent: "Optional initial content",
});
2.2.3

2 months ago

2.2.2

3 months ago

2.2.1

4 months ago

2.2.0

5 months ago

2.1.4

5 months ago

2.1.3

5 months ago

2.1.2

5 months ago

2.0.2

10 months ago

2.1.0

8 months ago

2.0.1

10 months ago

2.0.0

11 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.1.2

1 year ago

1.0.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago