Quote:
Originally Posted by meme
Header IDs are automatically added when you Generate a TOC, or when you Save. I'm not sure why its generating IDs when saving, but we'll look into that. Its possible someone once found that some readers had a problem if there were no IDs? But as mentioned they shouldn't cause any issue.
|
The IDs are not my main issue, so I guess I can live with them, or remove them after the epub is completed. I do not like unnecessary IDs because it makes it more difficult to search when I have to search for type of tags, classes and contents of tag, and id's on top of it all.
Quote:
Originally Posted by meme
The meta tags are not deleted automatically. Can you give a step by step example of how to demonstrate this?
|
Images are attached.
Step1: Have an ordinary epub. Add line
Code:
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
in header. Save file
Search and replace for something
Step2: The meta line is gone.
This happens when tidy is turned off (see image) and when the red sign for well-formed-errors is on or off, it does not matter
Quote:
Originally Posted by meme
You have to wait for the next version in order to be able to stop Sigil's from using HTML Tidy to Pretty Print your code.
|
I'm looking forward to it. I like to be in control of my computer, not the opposite way around. Sigil is superb because of the features I stated in post number 4, but I don't like too much automation interfering with my code