Replies: 2 comments
-
You can find bascially all the api of crepe here: https://milkdown.dev/docs/guide/using-crepe#feature-toggle-and-config As for your feature, you can see we have a |
Beta Was this translation helpful? Give feedback.
0 replies
-
And would it be possible @Saul-Mirone to create our totally own plugin for Crepe? As the onUpload function would be great, but it wouldn't give the option to choose from like a gallery and would only accept new uploads etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How customisable is the crepe editor?
basically I want to edit the functionality for adding an image. I have a Django Backend with models for a gallery. And basically want, when I click the image button in the toolbar it will poll my gallery API and I can import the images from there or I can upload a new image will upload to the gallery and then import it. Now I know you can't help with any of the API code, that side is fine, but I'm just wondering how I would go about adding this extra functionality into the crepe editor. I'm reluctant to use the custom kit editor as its is very bare bones and would be a lot of work to replicate the crepe editor.
Beta Was this translation helpful? Give feedback.
All reactions