How to add image numbers to Google Docs

I have a document in Google Docs that has many images numbered sequentially. Each time I add a new image in the middle of the document, I have to renumber all the image numbers along the document along with my links. How can we renumber the following images automatically, how can we do in LibreOffice using variables?

+6
source share
1 answer

while this is not possible. You can take a look at Google Apps Scripts to create a macro that does this: https://developers.google.com/apps-script/

I just finished creating a Google Docs add-in ( https://support.google.com/docs/answer/3641454?hl=en ) that can contain images and spreadsheets. It goes through the Google certification process, and I hope to publish it soon :)

Hello

+8
source

Source: https://habr.com/ru/post/976282/


All Articles