介绍
ePub(Electronic Publication 的缩写,意为:电子出版),是一个自由的开放标准,属于一种可以“自动重新编排”的内容;也就是文字内容可以根据阅读设备的特性,以最适于阅读的方式显示。
软件截图
软件特点
EPub 档案 内部使用了 XHTML 或 DTBook (一种由 DAISY Consortium 提出的 XML 标准)来展现文字、并以 zip 压缩格式来包裹档案 内容。
EPub 格式中包含了数位版权管理(DRM)相关功能可供选用。
Sigil 的运用方式类似于微软办公软件,方便用户上手使用。现在,Sigil可以输入 TXT,HTML 和 EPUB 等文件格式,输出 EPUB 和 SGF(Sigil 原格式)文件格式。支持简体中文界面。
更新日志
New Features
- upgrade MacOS, Windows, and Linux AppImage release and ci builds to use Qt 6.8.2
- upgrade MacOS and Windows release and ci builds to embed Python 3.13.2
- upgrade 3rdparty pcre2 search engine to pcre2-10.45
- move all platforms to use cmake FindPython3 to simplify our cmake files and remove leftovers
- add ability to easily clear an Open With editor list, without need to edit ini files
- added new Search menu option that will hide the Find and Replace Window if open
- extend GetInfo to all BookBrowser file types
- add PythonFunctionEditor and support Python Function Replace in Sigil (experimental) with many tweaks and improvements from BeckyEbook (Thank you).
- add resizable Alert Boxes to better see Python error messages
- add log capability for debugging Python function replace issues via a new environment variable: SIGIL_FUNCTION_REPLACE_LOG_FILE (Thank you BeckyEbook)
- for unnamed epubs Save-As now suggests a new name based on epub's metadata (Thank you BeckEbook)
- control dark vs light detection methods for Linux with a new environment variable: SIGIL_USE_COLORSCHEME_CHANGED
- add a "Use Standard File Extensions" tool with menu and automator tool support
- speed up CodeView by extending TagLister to remove need for QStack and QXmlStreamReader for our web paths
- PageEdit version 2.5.0 will now sync cursor position with CodeView when opening an external xhtml file
Bug Fixes
- allow SVG resources to be selectable alongside Image resources and context menu to work in BookBrowser
- because Linux has multiple light and dark themes (but different), always send out our internal theme change signal when palette changes
- detect urls in altimg attributes in math tags and properly update them is changed
- disable workaround for Find Replace open interfering in MainWindow restorestate as it is no longer needed
- fix incorrect custom dc:identifier creation by Metadata Editor.
- fix missing SearchEditor Model Controls tooltips
- fix WebEngineProfile issues on Windows with multiple instances of Sigil running
- fix dark vs light corner cases in Linux
- quiet extraneous warnings about WebEngine spellcheck dictionaries not found
- fix bug when duplicate filenames exist when updating all manifest ids from file names
- fix bug with remote resources not being properly loaded by Preview after a http cache clear
- fix updating tab names after filename changes (Thank you BeckyEbook)
- fix bug in Url scheme hander that made using Preview's Inspector fail at times
- fix incorrect custom identifier generated by our Metadata Editor













网友评论