-
Notifications
You must be signed in to change notification settings - Fork 74
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 example #19
Comments
We use the |
What I mean is there is supposed to be a delegate at the Editor class which ties the image handling logic? That seems to be missing? Is there any example somewhere? |
|
what is FilesystemRepo? |
@cowcomic instead of FilesystemRepo you can use any external source of images. It depends on what you put to embedded object properties. It can be file path or raw bytes from database. |
Hello, I would like to ask how to customize the insert. Using the following two methods to insert the picture and then inserting the picture will report an error type 'double' is not a subtype of type 'int' in type cast And the callback will not be triggered after the image is inserted |
controller.document.insert(0, BlockEmbed.image(value.path)); |
but the toolbar doesn't show the image picker icon. Without that, how can we add the functionality? |
How do you handle image pick?
The text was updated successfully, but these errors were encountered: