tinymce-react
tinymce-react copied to clipboard
react18 + tinymce/tinymce-react, use image_caption and file_picker_callback
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?
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 thetinymceobject? - 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
env version: https://github.com/Lil-Kr/blog-system-single/blob/oh-router-change-base/react18-blog-admin/package.json
thanks so much !!!