Not able to query "google-docs-image-**"
See original GitHub issueThe generated static image files now in Version 2.0.0-beta.4 are being saved without the prefix google-docs-image-** Here is an example of one of the images saved from from the Doc. The same jpg file name references are found as well in the html generated.
public\static\0fb3447c14bb429cf54e0499664270f7\c989d\nQa9_MHAbJJkG8b4NOiGiYoAHq1nhxRFqo4NdKgayIdn-TR0QFvrZhRPsC57A72ylQJUwEn2ucpvbrHtArGxC8VXyDEybz_yKCFrweOvtswTIvoDHiEb-rQlOf8U5NGFKqctV0H0lZ1H_1SpLQ.jpg
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Fix image positions on the page with Google Docs - YouTube
You can now set the exact position of an image on the page in Google Docs, and use the updated Image Options pane...
Read more >PowerPaste plugin | Docs - TinyMCE
Due to browser limitations, PowerPaste is not able to support all image types ... This will return html , msoffice , googledocs ,...
Read more >Google Docs - Make
The Google Docs modules enable you to monitor, create, edit and retrieve documents in your Google Docs and Google Shared Drive (for G...
Read more >Google Docs modules - Workfront - Adobe Experience League
To add an ALT Text to the Google Docs image: Right click on the image. Select the ALT text option. Enter the ALT...
Read more >Google Docs Was Unable To Create This Image - TheNina.com
The file you're trying to insert is not an image file. ... The third step is to check that cached images and files,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s interesting. Thank you for your feedback 🙂
Thank you for the update version, I will update my project later today.
I use the Docs in different ways within this project though I have many Google Docs that are queried for one image (a few have two images so I’m not sure if two images can be placed and queried in the Doc’s header), there is text, which becomes html content in the Docs in each of these specific Docs which is generated by a Google App Script from a Google Sheet. In these cases the needed text data is solely queried from the Doc’s Description Fields, so generally the html content of the Doc is not always used (It is there for an input user so they are not confused about creating content)… I may test out this ‘cover’ solution as I may not then have any need to extract the images filenames out of the html to
find()
them within anallfile
query.Thank you!