byteyilabs / yi-note

YiNote browser extension - online video note taking tool
https://www.yinote.co
GNU General Public License v3.0
354 stars 49 forks source link

Embed Screenshot on Google Docs Instead of Hyperlinking It #60

Closed Faris999 closed 3 years ago

Faris999 commented 4 years ago

When I export to Google Docs, the screenshots are uploaded into a separate folder and linked to Google Docs. It would've been better if the screenshots are embedded directly in the document. Alternatively, there could've been an option to choose whether or not the image will be embedded.

shuowu commented 4 years ago

I was planning to implement as what you described in this issue. But failed to find proper google docs api for that..

As the generated doc is still editable, you can add the screenshots manually if needed.

Faris999 commented 4 years ago

How about this? Can it help?

shuowu commented 4 years ago

I remember I did some investigation on this page. iirc, google drive cannot be used as a cdn to serve images, and there is no public api to support inserting base64 encoded image. So I don't see an easy way to get the image inserted into the doc.

It should be doable after proper cloud support.