Quote:
Originally Posted by AndyQ
Ahhh - Fair enough - I was only looking at the app and saw the TOC was being updated so just assumed....
A couple of others whilst doing some converting:
Can you make the Title default to either the name of the file or blank rather than the first word (or Default)
|
Here's the way it works now:
- If the HTML document has a <title> element in the header then it is used.
- Else, it finds the first H1 or H2 element in the document and uses that.
- Else, it sets it to "Default Title".
I agree with you that it should use the basename of the input document instead of the word "Default Title".
For text files I search for a line like this:
Author:
AuthorName
And will set the <title> attribute to this value.
Quote:
Originally Posted by AndyQ
When you open a new document, it asks you if you want to save the changes and then tries to save as .mht.
|
Yes, I've filed a defect on this.
Quote:
Originally Posted by AndyQ
Not sure if this is possible but could you have a button that joins all selected lines together?
|
I have an algorithm to do this when I read in text files, but I don't do anything like this for HTML files. Is this a common problem that you encounter?
Quote:
Originally Posted by AndyQ
And finally, any idea when images will be supported? This is more of a nice to have however as it already does 95% of what I want it to do!
|
I'm working on that feature right now. I'm still learning the LRF format so I can't really predict how long it will take - and I only have four days left on vacation