Quote:
Originally Posted by fluoresce
Thanks for the help, guys.
I have a large EPUB, with lots of internal links. I need to clean up some tags using regex (delete lots of redundant classes). I merged all of the HTML files so that I can run regex for each fix just once instead of having to repeat it on each page individually. The problem is that when I split the files back up, many of the internal links stopped working! Why do the internal links not automatically update?
As I was splitting the files back up, I got a warning like this:
|
Hi flouresce, welcome to MR!
There is no need to merge your html pages to run regex on all of them. All you need to do is select "All HTML Files" instead of "Current File" in the regex mode selector at the bottom.
Cheers!