ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.63k stars 3.7k forks source link

Docs issue report from "framework/develpment-tools/inspector.html" #17235

Open VikramP-RSW opened 1 month ago

VikramP-RSW commented 1 month ago

Origin URL

https://ckeditor.com/docs/ckeditor5/latest/features/images/images-linking.html

Project version

43.2.0

Is the information outdated? How?

Not able to get linking image in classic ckeditor $(document).ready(function(){ var url = "{{ route('teacher.uploadimage', ['_token' => csrf_token()]) }}"; ClassicEditor .create(document.querySelector('#description'), { ckfinder: { uploadUrl: url, } }) .catch(error => { console.error(error); }); });

i have used cdn for this and have not restricted any plugin so need all but not able to find linkImage and also i search on this link code linkImage is not availbe in code

Is there something missing in the guide? What is it?

not able to get about linkImage in classic ckeditor

Is there anything else you would like to add?

not able to get about linkImage in classic ckeditor

User agent

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

FullStack-webDevloper commented 1 month ago

this issue is very confusing can you describe it properly so that i can contribute to it.