Sigil User Guide
Total Page:16
File Type:pdf, Size:1020Kb
0.7.2 - Sigil User Guide Sigil User Guide 0.7.2 Table of contents Cover Title Page Copyright Introduction What’s New About Sigil About EPUB Installation Features User Interface Preferences Opening and Saving Files Book View Code View Preview Book Browser Metadata Add Cover Table of Contents Validation Spellcheck Images, Video, Audio Special Characters Splitting and Merging Find & Replace Saved Searches Clips Clipboard History Links and IDs Styles Indexes Reports External Editors Tutorials Getting Started With EPUB Prepare Your File For Sigil Open Your File With Sigil Save Your EPUB File Add the Author and Title Add a Cover Image Create Files For Each Chapter Identify Your Chapters Generate A Table of Contents Create Links and Notes A Quick Introduction To Code View Check For Spelling Mistakes http://web.sigil.googlecode.com/git/index.html[2015-03-15 09:15:13] 0.7.2 - Sigil User Guide Check For Errors In Your EPUB Edit With Find & Replace Use Stylesheets Include Custom Fonts Advanced Find & Replace – Regex Regular Expression Reference Tips FAQ Common Questions Where to Get Help Using Sigil Formatting and Styles Contributing to Sigil next page http://web.sigil.googlecode.com/git/index.html[2015-03-15 09:15:13] Cover previous page next page http://web.sigil.googlecode.com/git/files/OEBPS/Text/cover_picture.html[2015-03-15 09:15:43] TitlePage previous page next page Sigil User Guide 0.7.2 Dave Heiland http://web.sigil.googlecode.com/git/files/OEBPS/Text/titlepage.html[2015-03-15 09:16:46] Introduction previous page next page INTRODUCTION — SIGIL: THE EPUB EDITOR — Welcome to the Sigil User Guide – completely updated for Sigil 0.7.2. Sigil 0.7.2 is the result of countless hours of volunteer effort to create the fastest, most stable and powerful version of the best free EPUB editing software available. Jump right to the Tutorials to learn how to use Sigil step by step. Or view What’s New for changes in recent releases. Download Sigil from: The Official Sigil Website Help is available from other users and the developers of Sigil at MobileRead: Sigil Forum @ MobileRead The Sigil User Guide includes documentation that will help you get the best out of editing your EPUB, including: Installation : Installing Sigil on Windows, MAC and Linux. Features : A complete description of all of Sigil’s features. Tutorials : Step by step guides for using Sigil to create your book. FAQ : Frequently asked questions about Sigil. Contributing to Sigil : How to support Sigil. You can download the Sigil User Guide ebook in EPUB format or read it online for free. http://web.sigil.googlecode.com/git/files/OEBPS/Text/introduction.html[2015-03-15 09:18:07] What’s New previous page next page WHAT’S NEW The latest versions of Sigil contain hundreds of changes, bug fixes and new features while still retaining the same easy to use interface of earlier versions. Almost all of Sigil’s code has been updated and improved with particular focus on the following areas: Stability: All known crashes and related bugs from previous versions have been identified and fixed – making Sigil completely stable for updating your EPUBs. Robustness: Sigil can correct even more common problems when reading files, and will no longer exit when opening invalid EPUBs. Saving has been enhanced to perform more integrity checks. Splits and merges can now be done exactly where you want without potential data loss. The cursor position is correctly updated when you switch views, and Find & Replaces work consistently and accurately over one or all files. Performance: Sigil is now significantly faster in many areas: opening and changing tabs, generating a TOC, merging files, bulk renaming, replacing text, etc. Flexibility: More preferences, options and features were added to let you use Sigil the way you want. For a detailed list of all the change made to Sigil, see the Changelog. Changes in 0.7.2 include: Add Cover feature (Tool→Add Cover) automatically creates an HTML cover file and sets cover semantics for any image you pick. Search in Marked Text in Find & Replace allowing you to restrict your searches and replaces to specific sections of text. Preview Can Be Zoomed Independently from Book View and Code View. More data can now be read from OPF content files that contain errors. UI Language selection now works for languages containing "_" in their code. EPUBs that don't correctly specify that they contain UTF-8 filenames can now be opened. UTF-16 encoded files can now be opened. Qt has been upgrade to Qt 5.0.2 Changes in 0.7.1 include: Clean Source preferences simplified. Sigil now warns if you are opening or saving invalid HTML when cleaning automatically. Spellcheck allows case-insensitive sorting and remembers sort order. Fixed incorrect wrap when using All HTML Files. New view image feature in Code View to show resizable image. Index entry no long splits on ";", and works correctly for nbsp characters. Find after using Ctrl-F across multiple lines will now match selected text. http://web.sigil.googlecode.com/git/files/OEBPS/Text/whats_new.html[2015-03-15 09:18:35] What’s New Sigil will now open EPUBs containing non-UTF-8 filenames. Clean Source can run automatically on Open or Save, but is no longer run automatically when doing a Replace All (use the Code View right-click context menu Reformat HTML to reformat manually). New features in 0.7.0 include: Qt5: An upgrade to the latest graphics framework provides a number of fixes and enhancements. Audio/Video Support: Insert, play and manage audio and video files. (Requires a compatible ereader to view as audio/video is not supported in EPUB 2). Live Preview: A new Preview window (View→Preview) that dynamically updates as you edit in Code View or in CSS stylesheets – replacing Preview View and the old Split View. Spellcheck Enhancements: See all misspelled words in one dialog. Easily add words to a dictionary or change them in all files. Select one or more active dictionaries to allow combining separate lists of words. Edit TOC: Directly edit the Table Of Contents without having to generate the TOC. Clip Bar and Clips Window: An optional Clip Bar (View→Toolbars→Clip Bar) to show toolbar buttons for the first 20 Clips, and a dockable window (View→Toolbars→Clips) listing all Clips for quick selection. Updated Reports: New reports include All Files, Links, and Characters used in the book. Find & Replace Wrap: Allow searching to wrap or not wrap to the other end of the file or book. Embedded Fonts: Multiple embedded fonts now display correctly thanks to Qt5. Other changes in 0.7.0 include: An Autofill option in Clips that creates entries based on your CSS files. Basic clips (such as <span> or →) can now be used in Book View. Saved Searches will now use the options set in Find & Replaces when run. Metadata Editor can stay open while editing. Index Editor can import tab separated entries. Spellcheck preferences can add lists of words pasted into a dictionary. Generate TOC no longer creates ids when they aren’t used for headings at the top of files. Random highlighting of text in Book View is now, mostly, gone in Book View due to Qt5. Well-Formed checks are only done when absolutely necessary. CSS validation uses CSS 2.1 profile instead of CSS 3 as it’s closer to EPUB 2 standards. Cursor position should not move to the end of a page when a book is saved. Epubs that are missing a container.xml file can now be opened. HTML TOCs and Indexes can use default CSS stylesheets. Book Browser filenames that are long have tooltips showing their names. Table of Contents opens expanded, with tooltips showing their target. Updated internal regex usage to use Qt5 QRegularExpression. Preferences have moved to a new location for Linux users – so Linux users must copy old preference files to the new location. http://web.sigil.googlecode.com/git/files/OEBPS/Text/whats_new.html[2015-03-15 09:18:35] What’s New New features in 0.6.x include: Saved Searches: Never forget a frequently used Find & Replace search again. Edit and organise searches, run a group of searches, and quickly access searches using right-click in the Find & Replace text boxes. Go To Links Or Styles: Quickly jump to the CSS style used for your HTML or to links, and go Back to your starting point. Edit Files Externally: Open your HTML, Image or Stylesheet files with an external editor and Sigil will update your book as soon as you save in the other application. Clip Editor: Store and share common text or formatting. Edit and group clips, apply starting and ending tags to text, and quickly access clips using right-click in Book View or Code View editors. Indexes: Automatically create an Index by marking text or listing phrases to index. HTML Table Of Contents: Convert your TOC into an HTML page. Reports: View details about your files, images, styles – including word counts and file and image sizes. Delete Unused Images Or Styles: Automatically remove unlinked images or unreferenced CSS classes. Clipboard History: Quickly access your recently copied text. Spellcheck: Step through misspelled words in addition to highlighting them, with improved word recognition. Preferences: Customise Sigil even more by changing Sigil’s fonts and level of automatic source cleanup. Special Characters: Insert from a list of common special characters. Insert Links And IDs: Create footnotes and links to chapters or anything else. Link Stylesheets: Quickly link and unlink stylesheets to your HTML files.