This should now be fixed in master. The problem was letting the nav file count towards determining the default folder for the group Text. So Text had two paths, the nav.xhtml path in root with a count of 1, and a marker.xhtml path in xhtml/ with a count of 1 and the resulting sort had them tied and ended up putting the default folder as root and not where it should have been.
By manually handling the nav file, and removing it from the bookpaths to be told to FolderKeeper, this problem goes away.
Quote:
Originally Posted by DiapDealer
An epub won't be very useful since it's basically already broken. But that's sort of the point. The Create a Custom Empty Epub tool is creating a broken empty EPUB3 (or at least it can).
Steps to recreate:
** Make sure your default empty EPUB version is set to EPUB3 **
1) open Sigil.
2) start the "Create a Custom Empty Epub" tool
3) add markers for OPF file, NAV File, Style Files, and Image Files directly in EpubRoot
4) add an "xhtml" folder to EpubRoot
5) add a marker for Xhtml Files in the "xhtml" folder
6) click OK (it doesn't matter if you say yes or no to the prompt to save the structure as default).
7) Double-click on nav.xhtml in the Book Browser and note the incorrect href for "Section0001.xhtml" (or run the EpubCheck plugin and note the "'Section0001.xhtml' could not be found in the EPUB" error).
|