Including links and images
Opened this issue ยท 9 comments
Hi!
Thank you so much in advance!
If you could point me towards a specific, it would make testing easier
At the bottom of this https://chrysanthemumgarden.com/novel-tl/pubg/pubg-26/ chapter
from the site
the epub i made
link element is supported in epub. during the cleaning process of the chapter href
(actual link, ex: <a href="https://" ></a>
) of the element is being removed.
Fixing the link problem should be as simple as fixing the cleanup process.
However, i'm afraid that the <img>
situation is a bit more complex.
epub's are offline documents and shoudnt request data online, this means that the images need to be downloaded and packed into the epub. While this sounds simple, the problem arises from how i dont have a system in place for this.
I do plan on writing such a system, however it might take sometime.
I tested using application ReadEra, It doesn't seem to show links. So I read about it online and it seems that different
reading applications handle links differently.
~~Yes, I used another epub reader too and it only shows the highlighted link but it is still not working..
this is from Lithium epub reader~~
Edit: Im so sorry, i misunderstood your reply
About the system you mentioned above, that would be great
Hi! The links worked on my two epub reader now.
hi!
by the way, i am the person who created that issue before
thank you again