41.3.1 • Published 2 days ago

@ckeditor/ckeditor5-build-decoupled-document v41.3.1

Weekly downloads
11,794
License
GPL-2.0-or-later
Repository
github
Last release
2 days ago

CKEditor 5 document editor build

npm version Coverage Status Build Status Dependency Status

The document editor build for CKEditor 5, featuring the decoupled UI editor implementation. Read more about the document editor build and see the demo.

CKEditor 5 decoupled document editor build screenshot

Documentation

See:

Quick start

First, install the build from npm:

npm install --save @ckeditor/ckeditor5-build-decoupled-document

And use it in your website:

<div id="toolbar-container"></div>
<div id="editor">
	<p>This is the editor content.</p>
</div>
<script src="./node_modules/@ckeditor/ckeditor5-build-decoupled-document/build/ckeditor.js"></script>
<script>
	DecoupledEditor
		.create( document.querySelector( '#editor' ) )
		.then( editor => {
			// The toolbar needs to be explicitly appended.
			document.querySelector( '#toolbar-container' ).appendChild( editor.ui.view.toolbar.element );

			window.editor = editor;
		} )
		.catch( error => {
			console.error( 'There was a problem initializing the editor.', error );
		} );
</script>

Or in your JavaScript application:

import DecoupledEditor from '@ckeditor/ckeditor5-build-decoupled-document';

// Or using the CommonJS version:
// const DecoupledEditor = require( '@ckeditor/ckeditor5-build-decoupled-document' );

DecoupledEditor
	.create( document.querySelector( '#editor' ) )
	.then( editor => {
		// The toolbar needs to be explicitly appended.
		document.querySelector( '#toolbar-container' ).appendChild( editor.ui.view.toolbar.element );

		window.editor = editor;
	} )
	.catch( error => {
		console.error( 'There was a problem initializing the editor.', error );
	} );

Note: If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in ckeditor.js). Read more in the Advanced setup guide.

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.

@renku/ckeditor5@cepres/uikitdongsan-admin@greko/ckeditor5-personalized-b64-imageurlsl-mgeditor-custckeditor5-build-cf-custom@arslanshahab/ckeditor5-custom-codemedable-ckeditor5ckeditor5-build-bloglitaoweb-design-ui@infinitebrahmanuniverse/nolb-_ck@everything-registry/sub-chunk-175ktcity-ckeditor5node-red-contrib-heatwebopengarjsmedable-ckeditormindmap-libraryquectel-uiqf-editorproptokentest-demo-hzctest-report1112tg-controlstfsm-formsetspeakfully-component-libsiqthemerootnet-design-editoryzs_qiankun@feezy-solutions/ckeditor5@sopequeno.tech/ckeditor@sopequeno.tech/ckeditor5@paritoshik_kharad/ckeditor5-ready-to-edit-build-install@sgcloud-sgsistemas/components@types/ckeditor__ckeditor5-build-decoupled-document@fahrurben/ckeditor5-custom-build@phemium-costaisa/card-viewer@phemium-costaisa/phemium-card-viewer@phemium-costaisa/phemium-web-components-v2@ppjmorales/creator_template@ran-ng/ckeditor@swnat/ckeditor-custom-build@steroidsjs/ckeditor5@codespaceid/ckeditor5-custombuild@igormadeira/ckeditor5coder-vue-slidercoder-vue3coder-vue3-sidebarcoder-vue3-sidebar-componentattal-npa-ums@brokenrubik/br-editor@dlazarte/custom-ckeditorfastui-react@dmytro-uchkin-tictrac/ckeditor5broadlume-commondyy-buttonckeditor5-build-slckeditor5-okmobility-buildckeditor-react-componentckeditor5-aprodesckeditor5-buid-cmachine@hedait/ui-pc@greko/ckeditor5-personalized-build-imageurlckeditor5-build-cmachineckeditor5-image-upload-base64ckeditor5_testing_1_aprilckeditor5-with-imgrszckeditor5-with-simple-image-uploadckeditor5-with-code-snippetckeditor5-classic-htmlembeedhjc-ckeditor5@kigi/components@kormpat/ckeditor5-mathtype-resize@kormpat/ckeditor5withmathtypeandresizedestekbilgisayar-ckeditor5-custom@litbase/admin@litbase/alexandriajarvis-ckeditor5intelligent-form@mobiage/components
41.4.0-alpha.0

6 days ago

41.3.1

8 days ago

41.3.0

14 days ago

41.3.0-alpha.2

22 days ago

41.3.0-alpha.3

22 days ago

41.3.0-alpha.4

22 days ago

41.2.1

1 month ago

41.3.0-alpha.1

1 month ago

41.3.0-alpha.0

2 months ago

41.2.0

2 months ago

41.1.0

3 months ago

41.0.0

3 months ago

40.2.0

4 months ago

40.0.0

7 months ago

38.2.0-alpha.1

9 months ago

38.2.0-alpha.0

10 months ago

38.1.1

10 months ago

40.1.0

5 months ago

39.0.2

8 months ago

39.0.1

9 months ago

39.0.0

9 months ago

38.1.0

10 months ago

38.0.1

11 months ago

38.0.0

11 months ago

38.0.0-rc.0

11 months ago

38.0.0-rc.1

11 months ago

37.1.0

1 year ago

37.0.0

1 year ago

37.0.1

1 year ago

37.0.0-rc.0

1 year ago

37.0.0-alpha.3

1 year ago

37.0.0-alpha.1

1 year ago

37.0.0-alpha.2

1 year ago

37.0.0-alpha.0

1 year ago

36.0.1

1 year ago

36.0.0

1 year ago

35.4.0

1 year ago

35.3.0

1 year ago

35.3.1

1 year ago

35.3.2

1 year ago

35.2.1

2 years ago

35.2.0

2 years ago

35.1.0

2 years ago

35.0.0

2 years ago

35.0.1

2 years ago

34.1.0

2 years ago

34.2.0

2 years ago

34.0.0

2 years ago

33.0.0

2 years ago

32.0.0

2 years ago

31.1.0

2 years ago

31.0.0

2 years ago

30.0.0

3 years ago

29.2.0

3 years ago

29.1.0

3 years ago

29.0.0

3 years ago

28.0.0

3 years ago

27.1.0

3 years ago

27.0.0

3 years ago

26.0.0

3 years ago

25.0.0

3 years ago

24.0.0

3 years ago

23.1.0

3 years ago

23.0.0

4 years ago

22.0.0

4 years ago

21.0.0

4 years ago

20.0.0

4 years ago

19.0.2

4 years ago

19.0.1

4 years ago

19.0.0

4 years ago

18.0.0

4 years ago

17.0.0

4 years ago

16.0.0

4 years ago

15.0.0

5 years ago

12.4.0

5 years ago

12.3.1

5 years ago

12.3.0

5 years ago

12.2.0

5 years ago

12.1.0

5 years ago

12.0.0

5 years ago

11.2.0

5 years ago

11.1.1

6 years ago

11.1.0

6 years ago

11.0.1

6 years ago

11.0.0

6 years ago

10.1.0

6 years ago

10.0.1

6 years ago

10.0.0

6 years ago

1.0.0-beta.4

6 years ago

1.0.0-beta.3

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

0.0.1

6 years ago