kscalelabs / store

K-Scale Labs store
https://kscale.store
MIT License
35 stars 32 forks source link

Improve listing description editor #235

Closed codekansas closed 2 months ago

codekansas commented 2 months ago

Example of an improved text uploading flow

kirtanchandak commented 2 months ago

This is related to - https://github.com/kscalelabs/store/issues/227

As the images and files getting added here should be uploaded on AWS or something which we decide to use. @codekansas what do you think?

codekansas commented 2 months ago

Yep, we have implemented the backend endpoint for some image uploading, however, it isn't well integrated into our current flow and we may need to refactor the backend a bit to support this behavior

chennisden commented 2 months ago

In-line images have been supported for a long time. After all, the editor is in Markdown.

(I have tested this.)