Sigil, the ePub editor
via MobileRead Forums by Valloric on 8/1/09
OK, here we go... As some of you may already know, I have been working on an ePub editor for quite some time now. And after about six months of development time, I come to you with the current, initial version of Sigil. It’s still rough around the edges (to say the least), so consider it an alpha build at best (version 0.1.0). It can crash, it can bug out on you. It has nowhere near the features I want it to have, but it will get there. I consider this to be a multi-year project for me, so this is just the start. Now what does it have to offer…
- Free and open source software under GPLv3
- Multi-platform: runs on Windows, Linux and Mac
- Full Unicode support: everything you see in Sigil is in UTF-16
- Full EPUB spec support
- WYSIWYG editing
- Multiple Views: Book View, Code View and Split View
- Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each
- Table Of Contents editor
- Multi-level TOC support
- Book View fully supports the display any XHTML document possible under the OPS spec
- SVG support
- Basic XPGT support
- Advanced automatic conversion of all imported documents to Unicode
- Currently imports TXT, HTML and EPUB files; more will be added with time
- Currently exports EPUB and SGF (Sigil native format); more will be added with time
- Embedded HTML Tidy; all imported documents are thoroughly cleaned; changing views cleans the document so no matter how much you screw up your code, it will fix it (usually :))
- An actually usable user interface
- Native C++ application
- Bugs :)
- And a lot more...

