-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image tool does not work #13
Comments
same here image tool is not displaying this the error I get
` ``
|
Can't reproduce. Is it still happen? |
Yes, it is still happening. Unable to get the image tool option to work. |
I am unable to get it to work either. I define it in the tool list, everything runs fine and no errors are produced in the console, but the image tool icon does not show up in the toolbar. |
@jimjones26 this tool does not have a Toolbar Icon. See Image Tool if you need file uploading. |
I have the following in the tools section of the config: To be clear I do have other plugins working fine, the SimpleImage plugin is the only one I cannot get working. Using: |
I'm at a loss guys, I'm not sure how to get the Simple Image plugin to work. |
Ah I get it, all I need is to paste a image link to the editor then it will appear. The readme don't say anything about it, and I have to watch the gift very closely to understand the magic 🤣 Also if the link contain param |
@hong-duc Thanks! I feel like an idiot! Pasting an image in works perfectly! I think maybe this issue is a non issue with functionality, but maybe the docs could be updated to indicate a url must be pasted in first? |
@jimjones26 - don't feel like an idiot, this behavior is incredibly unintuitive. Had exactly the same problem until I found this thread. |
Still haven't figured out? The SimpleImage tool does not display ! |
@Codth read the comment #13 (comment) |
can you please paste you code here. I still not able to see the option in toolbar |
Thank you |
Is it a good idea pasting link of img? |
But now, the new issue was the image url is using base64 url so it take so many memory and also makes my program get slower. It took quite long to see the image or even open the program. Any idea? |
my image upload or directly pasting to the editor is also not working,: import Embed from "@editorjs/embed"; export const EDITOR_JS_TOOLS = { this the error i am getting: NotFoundError: Not Found\n\n\n" code : 404 headers : access-control-allow-headers : "Origin, X-Requested-With, Content-Type, Accept" access-control-allow-origin : "http://localhost:3001" connection : "keep-alive" content-length : "6161" content-security-policy : "default-src 'none'" content-type : "text/html; charset=utf-8" date : "Tue, 18 Jul 2023 12:38:10 GMT" keep-alive : "timeout=5" x-content-type-options : "nosniff" x-powered-by : "Express" [[Prototype]] : Object [[Prototype]] : Object can anybody solve this. |
For some reason i get a 500 when i try to upload, care to explain why? |
Included
<script src="https://cdn.jsdelivr.net/npm/@editorjs/simple-image@latest"></script>And
but I can't insert images, tool is not displaying.
The text was updated successfully, but these errors were encountered: