Quote:
Originally Posted by Dave Berk
Deleting a file takes me to the top in the book browser, which is a bit of a pain, if you have a long list of files.
|
Yes, I've noticed it. It is annoying. The Book Browser needs to refresh after you make a change to a file, but it should at least scroll down to where you were.
Add it to the tracker.
Quote:
Originally Posted by Dave Berk
Can't change file extensions from within the browser. Mostly I'm thinking of changing between xtml (which Sigil uses) htm and html.
|
Why do you want to do that? It doesn't matter what the extension is for HTML files, what determines the "type" of HTML/XHTML is the declaration in the file. And your Reading System doesn't care, since it loads content based on the MIME type specified in the OPF.
What Sigil is trying to prevent is a user renaming an XHTML file to, say, JPEG. That would screw things up internally.
But what I could do is implement a "whitelist", where you could go from "xhtml" <-> "html" <-> "htm" etc. Same thing for "jpeg" <-> "jpg".
Add it to the tracker.