steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
12.47k stars 1.03k forks source link

Support for other blob providers? how do save the image in the markdown itself rather than uploading it in the blob storage. #266

Closed prabincankod closed 6 months ago

workview-branden commented 8 months ago

You will most likely want to review the upload-image.tsx plugin in the code base, and change the route.ts in the api upload folder. You can modify the code to store the blob in another provider.