Skip to content

aljaznuncic/testCkeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEDITOR SOURCE UPDATE DEMO

Run the application

Prerequisites

Use node version 18

Steps

If you want to rebuild custom ckeditor

Go to folder ckeditor5 (testCkeditor/ckeditor5)

cd ckeditor5

Install dependencies

npm install

Build ckeditor

npm run build

Run app

Inside root of project (testCkeditor)

Install dependencies

npm install

Start angular app

npm run start

Extra info

ckeditor5 is used inside home component src/app/components/home

If I don't use // @ts-ignore above this.CKEditorComponent.editorInstance.plugins.get('SourceEditing').updateEditorData(); I got error: error TS2339: Property 'updateEditorData' does not exist on type 'PluginInterface'.

When you are in SourceEditing mode, ngModel should be updated with click on button UPDATE SOURCE, but it isn't (Browser freeze)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published