View Single Post
Old 04-16-2026, 02:00 PM   #39
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 987
Karma: 3600000
Join Date: Jan 2017
Location: Poland
Device: Various
That looks promising!
I’ll be testing version 0.5.0.
It’s definitely worth adding a condition that also catches cases where a file is missing. It might seem like a minor detail, but it took me quite a while

Sample file to demonstrate the error (the test.css file is missing and the plugin throws errors):
Spoiler:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title></title>
  <link href="../Styles/test.css" type="text/css" rel="stylesheet"/>
</head>

<body>
  <p>*</p>
</body>
</html>
BeckyEbook is offline   Reply With Quote