View Single Post
Old 01-09-2023, 05:36 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,841
Karma: 6120478
Join Date: Nov 2009
Device: many
I assume you mean in an automated manner. If so, the only way I can think of would be by a custom plugin.

If you had to do it manually, you could run Reports and look at the Images report and grab a quick list of links by saving the report as csv and working it into xhtml with a text editor.

You might be able to generate a list of img src attribute values using Find and Replace and copy and paste the selected text into a separate document.

Or just copy the opf manifest and strip out everything but the images you want and edit it to create the loi.xhtml.

There might also be a way to trick the Index tool into creating a set of src urls for images as well.

People may have other ideas.

Creating a plugin to do that would be very straight forward if you are familiar with plugin programming in python via the plugin interface. So perhaps someone has created one already.
KevinH is offline