tinymce-react icon indicating copy to clipboard operation
tinymce-react copied to clipboard

react18 + tinymce/tinymce-react, use image_caption and file_picker_callback

Open Lil-Kr opened this issue 1 year ago • 0 comments

about image_caption this function

  • they image not center aligned, but when I not using image_caption or set it value to false, then can center aligne
  • or do I need to add css by self?

image

image


image

image


About file_picker_callback function

  • I checked whit CodePen, and how to use the const blobCache = tinymce.activeEditor.editorUpload.blobCache; this function in react 18(TTypeScript), how I should be get the tinymce object?
  • ref-link: https://www.tiny.cloud/docs/tinymce/latest/image/
  • my git-repo link: https://github.com/Lil-Kr/blog-system-single/blob/oh-router-change-base/react18-blog-admin/src/views/comps/tinymce/Tinymce.tsx

image

env version: https://github.com/Lil-Kr/blog-system-single/blob/oh-router-change-base/react18-blog-admin/package.json


thanks so much !!!

Lil-Kr avatar Apr 24 '24 13:04 Lil-Kr