factly / dega

A lightweight, scalable & high performant CMS written in Go & React. Developed for modern web features with all the best practices built-in.
Apache License 2.0
14 stars 5 forks source link

studio: Implement a royalty-free image search in Editor using Uppy #305

Open deshetti opened 3 years ago

deshetti commented 3 years ago

Create an interface like in www.medium.com to insert royalty-free images. Medium uses Unsplash, we could use both Unsplash and the following other resources.

We would be using the following which free services:

deshetti commented 3 years ago

We started work on integrating Unsplash using the Uppy's Unsplash plugin: https://www.npmjs.com/package/@uppy/unsplash Currently, the issue is pending on the following issue where attributes are not currently imported into captions: https://github.com/transloadit/uppy/issues/2772