An EPUB,and its code view
Sigil, on a Void Linux desktop of your own.Edit the book, validate it, and preview the page beside the markup.
$ dxflow workflow create --identity sigil hub://sigil --start --link
Both views,at once
The rendered page and the XHTML behind it, kept in step.
Spine, manifest, table of contents and metadata, editable rather than generated.
EPUBCheck on the file you have, so a broken book is caught before it ships.
The page as a reader will see it, updating while you edit the markup.
Every defaultis one override away
The session reads its settings from the environment, so you set them on the start line.
$ dxflow workflow start sigil --override env.app.VNC_PASSWORD=something-long
$ dxflow workflow start sigil --override env.app.TASKBAR=show --link
The editorfills the screen
Streamed to your browser, with Sigil already maximized.
An EPUB is a zipfull of markup
Sigil never hides that. The code view is the file, and the preview is what a reader will make of it.
When a converted book comes out wrong, the fix is in the markup. This is the editor that lets you reach it.
Structural checks catch the broken links and missing manifest entries a store would reject.
Keep the EPUB and its assets under /volume so the next start opens the same project.
Pulled once,then it stays
Sigil arrives as one image. This is what comes down the first time, and what the disk should have free for it.
What it wants,and what it needs
The definition asks for 2 cores and 4 GB. The image comes up on less than that, and a start given --fit trims the ask to whatever the machine actually has.
Machines that fit it
Sigil asks for 2 cores and 4 GB. Cheapest first.