Sigil Tutorial - Sigil Overview
Total Page:16
File Type:pdf, Size:1020Kb
Sigil Tutorial - Sigil Overview Sigil Tutorial - Overview: 1. Overview | 2. Importing Your Content | 3. Formatting Your Content | 4. Walkthrough How to use Sigil to make ePub books. We're going to cover the following topics: Overview: Where to get Sigil, and a quick look at it's features Importing Your Content: Different ways to get your book into Sigil Formatting Your Content - Making it look like a book. Walkthrough - Guided tour through making an ebook using Sigil First, you can download Sigil from here: http://code.google.com/p/sigil/ It's available for OS X (Mac), Windows, and Linux. Once you get it installed, the main screen will look like this: The top part is the menu and toolbars, much like every other application out there. The pane on the left shows the contents of the ePub Container (This should look familiar if you've read my manual ePub tutorial.) The middle pane shows the contents of whatever file you've opened from the left pane. Sigil can edit any part of the http://www.jedisaber.com/eBooks/Sigil01.shtml[2015-03-15 08:32:30] Sigil Tutorial - Sigil Overview ePub file, including XHTML files (your book), CSS files, the ePub structure files, and you can add images to the ePub file right from Sigil too! The right pane is the TOC, or Table of Contents, viewer. This is the stuff that shows if you press the Table of Contents button in your e-Reader. Sigil can edit XHMTL files in either WYSIWYG, or code view, or a combination of both. (CSS files and the ePub structure files can only be edited in code view.) Let's look at what the toolbar buttons do. Toolbar buttons New (Creates a new book) - Clicking this button will make a new, empty ePub book with nothing in it. Open (Open a book from disc) - This will open a dialog box that will let you pick an existing ePub book on your hard drive, and open it for editing. Note: Don't do this unless you really want to edit a book. Sigil might change some of the book's structure to make it easier to work on the book in Sigil, which might or might not mess up how the book looks right now. Save (Save the current book) - If you've not saved your book before, this will open a dialog box asking you to enter a filename for your book, and where to save it on your hard drive. If you have saved before, or if you're saving changes to an ePub book that you've opened, it will just save without showing anything... you know, like every other program does. Undo, Redo, Cut, Copy, and Paste - These also work just like they do in every other program. (An advanced clipboard feature is coming at some point, look for me to update this when it arrives.) Find and Replace - Click this opens another pane that lets you.... find and replace text. This comes in very handy if your source is say, from a scanner, and lots of "fun" OCR errors. WYSIWYG Viewing mode - This is the default view, and lets you edit your book almost exactly like you would in a word processor. Mixed Viewing mode - This spits the content pane into a top pane that shows WYSIWYG content, and a bottom pane that shows the underlying code. Code View - This shows the XHTML code that makes up your books content. Or, in other words, it shows what your content files would look like had you unzipped the ePub file and opened your content in a text editor. This should look familiar if you've read my manual tutorial. Split at Cursor - This button splits the file into separate chapters. If book is imported as one big file, place the cursor where the chapter break should be, and click this button. Bam! New Chapter. If you're writing along, and need to start a new chapter, click this button, and it will make a new chapter file for you. More on this button later in the tutorial... http://www.jedisaber.com/eBooks/Sigil01.shtml[2015-03-15 08:32:30] Sigil Tutorial - Sigil Overview Insert Image - This adds an image to the current file that you're working in. Note that in Sigil 0.5.3, it does NOT add an image to the ePub container, and to add an image to your book, you have to add the image to the container first, or you will get an error when you click this button (Or the image won't be in the list of images...) To add an image to the container, you need to click File>>New>>Add an Existing file. Don't worry, it's not as complicated as it sounds, we'll go over this later. Donate - Sadly, this doesn't mean to donate to me... It does, however, bring you to a page on the Internet where you can donate to Sigil's development. You won't ever use this button when making a book, but hopefully you'll click it at some point.. hey, Sigil is free, and our donations are all measly thanks the developers get for making this great program. (No, I'm not a Sigil developer, and am not affiliated with them in any way. I just use the program.) Paragraph Style - This drop-down menu lets you set the paragraph style. Highlight a word, sentence, or paragraph, then select the style you want, and Sigil will automatically place the appropriate HTML elements into the code. (It will put <h1> and </h1> tags, for example, around what you've highlighted, making it a heading, for example). More on this later. Bold, Italic, Underline, Align Right, Align Center, Align Left, Bullet list, Number List, Indent Left, Indent Right - Yeah, these all work the same as they do in a word processor too. Validate ePub - This button.... validates your ePub file. It's really hard to make a bad enough mistake with Sigil that an ePub file won't open, but some reading software is more finicky than others, and this button looks for any and all errors. If it finds any, you get a box with the error code, and a not very helpful description of where the error is. So, that's the main user interface of Sigil. The program can do a lot more than what these buttons do (For example, editing the meta information for your book (such as the author, genre, etc)), but they're the ones you'll be using the most often. We'll get into the other features ... that's right, later in the tutorial. http://www.jedisaber.com/eBooks/Sigil01.shtml[2015-03-15 08:32:30] Sigil Tutorial - Sigil Overview Sigil Tutorial - Importing Your Content: 1. Overview | 2. Importing Your Content | 3. Formatting Your Content | 4. Walkthrough There are several different ways to get books into Sigil: Type them in Sigil Open an existing ePub eBook Use another program to convert them to ePub, then edit with Sigil Copy and paste the text into Sigil, then edit it. Typing a Book in Sigil Sigil offers almost a full word processor interface, so you can type your book into Sigil, but that's not really what it's designed for. It'll work, but you lose a few options, such as: scene and character building tools in programs like Scrivner; editable format for editors and critique partners; ability to put you document into standard manuscript format for submitting to agents and editors. Sigil is for editing ePub files, and works best when used that way, to take an existing ePub file, and make it both beautiful and functional enough for digital publication. So, I'd recommend typing your rough draft in .doc format (Using MS Word, Open Office, Pages, or your other favorite editor), then importing into Sigil when you're ready to publish it. Open an existing ePub book This is easy. Click the "Open" button on the Sigil toolbar, and it'll open right up. Right about now, some of you may be thinking, "Why even use Sigil, then, if it can only open ePub files, and not import anything?" For one, Sigil is about making ePubs, and editing ePubs. There are other programs to convert to ePub, and more and more programs have options to export to ePub. "Okay," you might say, "That's nice, but why do I need Sigil if I can export to ePub using that other program?" Well, go ahead and export your book (Which is in standard manuscript format, right?) using the export to ePub option, or something like Calibre. Look at the output. Yeah, it's readable (depending on what you converted it from), but is it pretty? Is it what you'd expect from a professionally published eBook? Yeah, I didn't think so. That's what Sigil is for. Use another program to convert them to ePub, then edit with Sigil This is how you're going to get most of your content into Sigil. Since the content is already in ePub format, you open it the same as above. http://www.jedisaber.com/eBooks/Sigil02.shtml[2015-03-15 08:33:06] Sigil Tutorial - Sigil Overview Most of the manuscripts you want to convert to ePub will probably be in .doc (MS Word) format. Programs like Atlantis, or Open Office (with an add-in) do a decent job converting .doc files into ePub books, but you'll probably want to tweak it a little.