Quote:
Originally Posted by Perkin
I found out about just relative images, through testing. Just need to be sure what's possible.
|
The plugin looks through the text and collects all image references. Markdown reference and inline (regex might need tweaking) is supported as well as Textile.
The collected image reference are checked and if all are true will be included in the archive:
- Path must not be empty.
- Path must be a relative path.
- The mimetype of the image (based on extension) must be an OEB supported image type. (JPG, PNG, SVG, GIF).
- The image must exist relative to the TXT file's location and the location specified by the path.