if you want to learn how to integrate this video source code(CK Editor 5) in Angular project watch the following video ua-cam.com/video/9GYIfX3YEgU/v-deo.html
base64 increases the blog size because the image will save in the database, which will also impact loading time of your blog,, I will recommend image uploader save the image externally.
if you want to learn how to integrate this video source code(CK Editor 5) in Angular project watch the following video
ua-cam.com/video/9GYIfX3YEgU/v-deo.html
Thank you so much . I was searching for 2 days for this kind of video
Nice video 👍👍
@DevBugFix I can't resize the image like you ?
hello you did not add below configuration in config Object
code URL: github.com/DevBugFix/CKEditor5_IntegratoionInAngular/blob/main/src/app/my-ck-editor/my-ck-editor.component.ts
image: {
// Configure the available styles.
styles: [
'alignLeft', 'alignCenter', 'alignRight'
],
// Configure the available image resize options.
resizeOptions: [
{
name: 'resizeImage:original',
label: 'Original',
value: null
},
{
name: 'resizeImage:50',
label: '25%',
value: '25'
},
{
name: 'resizeImage:50',
label: '50%',
value: '50'
},
{
name: 'resizeImage:75',
label: '75%',
value: '75'
}
],
// You need to configure the image toolbar, too, so it shows the new style
// buttons as well as the resize buttons.
toolbar: [
'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight',
'|',
'ImageResize',
'|',
'imageTextAlternative'
]
},
SHOULD GO WITH NORMAL IMAGE UPLOADER OR BASE 64 FOR A NORMAL BLOG APP
base64 increases the blog size because the image will save in the database, which will also impact loading time of your blog,, I will recommend image uploader save the image externally.
how did you send the image on your own server can you tell me how did u didt it?
Check my video on ck editor image upload
i want that as i copy past word file then the images in that should hit on my server is its possible?
@@DevBugFix
You can try base64 uploader. Or do some research hopefully you will find answer
Nice video 👍
is there a way to add image upload for ckeditor 4 or 3 in angular 7 !?
Ckeditor 5 has uploading feature that will upload image on given API endPoint
ua-cam.com/video/mny6Oj7_3j4/v-deo.html
Hi , can anyone tell me how to integrate underline and font size i ckeditor 5.
import underline plugin
Thanks for the great tutorial,
How can i save the uploaded image into a directory and use the directory path as the url
.
Hi watch this tutorial
ua-cam.com/video/mny6Oj7_3j4/v-deo.html
Hi could u pls provide detail information on uploading image with base 64 step by step
See the video in playlist
hi please tell how you open this ckeditor.js file in visual code my is mixup
i did not get your point
watch this video too and watch this series might be it will help you
ua-cam.com/video/9GYIfX3YEgU/v-deo.html
👍👍👍
can you show example how to htmlEmbed?
hello
fellow this step
add 'htmlembed ' & configuration like this
{
toolbar: [ 'htmlEmbed' ],
htmlEmbed: {
showPreviews: true,
sanitizeHtml: (inputHtml) => {
const outputHtml = this.domSanitizer.bypassSecurityTrustHtml(inputHtml);
return {
html: outputHtml,
hasChanged: true
};
}
}
}
add domSenitizer in constructor
constructor(private domSanitizer: DomSanitizer){}
Trusted html is required for rendering
this.domSanitizer.bypassSecurityTrustHtml(html)
@@DevBugFix its domSanitizer Package from npm?
its Angular service
@@DevBugFix hmm thank you very much :)
where is ckeditor.js file
I am getting duplicate issues
Hi
Hello
Can you provide the GitHub url of this working project
Source Code
github.com/DevBugFix/CKEditor5_IntegratoionInAngular
Nice video 👍👍
👍👍👍👍