|  09-23-2012, 03:21 PM | #46 | 
| Zealot            Posts: 119 Karma: 64428 Join Date: Aug 2011 Device: none | 
			
			Oh, by the way -- if you are using the Gnu make and have a multi-core processor, change the "make install" step to "make -j 2 install", for instance. This tells make to keep two jobs running at the same time to allow you to use that extra core that's usually just idling. If you have a 4-core processor, use "make -j 4 install", etc. With the dual-core processor on my computer, a compile would usually complete every second-and-a-half or so.
		 | 
|   | 
|  09-23-2012, 05:05 PM | #47 | |
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | Quote: 
 KDE has some funny glitches with selections - never got it working properly. I'd guess its Qt. | |
|   | 
|  09-23-2012, 07:32 PM | #48 | 
| Enthusiast            Posts: 43 Karma: 153036 Join Date: Jan 2012 Device: Kindle Touch | 
			
			Huge thanks to the developers for this release.  It's the little things that count - like making the Insert Image dialog remember the last image inserted.  That saves me a LOT of clicking and scrolling when I'm putting together another 250+-image EPUB.  Thanks guys! (I'm also learning to close unused tabs, but that's a very small price to pay for the rest of the features) | 
|   | 
|  09-23-2012, 07:45 PM | #49 | ||
| Sigil & calibre developer            Posts: 2,487 Karma: 1063785 Join Date: Jan 2009 Location: Florida, USA Device: Nook STR | Quote: 
 Also, if there is a serious error the build process will stop. Quote: 
 | ||
|   | 
|  09-23-2012, 08:14 PM | #50 | ||
| Guru            Posts: 698 Karma: 150000 Join Date: Feb 2010 Device: none | Quote: 
 Quote: 
 edited to add: On further experimentation, I can reproducibly cause the bug to happen if I run Sigil from a root shell (which I shouldn't be doing anyway, of course). If I run as a normal user, or run it with sudo, multi-select works normally. I still can't drag chapters around in the book browser, though. KDE 4.8.4, Qt 4.8.2 Last edited by st_albert; 09-24-2012 at 10:48 AM. | ||
|   | 
|  09-24-2012, 02:43 AM | #51 | |
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | Quote: 
 You just need to right-click on the cover image and select Add Semantics -> Cover Image (along with adding the semantic type to the HTML file including the image). Sigil no longer tries to guess which image is your cover to avoid a few issues some people had: - Implement issue 1414: Cover semantic should not be added automatically. | |
|   | 
|  09-24-2012, 02:56 AM | #52 | 
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | 
			
			I forgot to mention there is an alternative to split view that is actually quite powerful.  Its not useful for everything, but if all you want to do is edit your code manually and see the results in the Book View while still showing your code then you can try it. Right click on the file you want to edit, and select Open With. You can then choose an external application to edit the file. You can leave the Book View version of the file displayed in Sigil, and edit the HTML code in your external text editor/HTML editor. When you save your edits in the external application, Sigil will update the file. Remember to close the file in the external application before editing the file in Sigil again or you will lose data. This also applies to images (right click on the image in Book Browser, or on the image as its displayed in Book View or on the image's tab). And it applies to CSS files. So you can change your CSS and see the results of your style changes immediately without having to change tabs in Sigil (although since cursor positions and style updates are now working properly its just as easy to do this in Sigil). | 
|   | 
|  09-24-2012, 04:44 AM | #53 | |
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | Quote: 
 | |
|   | 
|  09-24-2012, 04:54 AM | #54 | |
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
 If you designate an HTML as a cover document, Sigil will add a line to the <guide>. If you designate an image file as a cover file, Sigil will add the <meta> tag. Note that the <guide> should only contain links to HTML files, and that the <meta> tags are not standardized:Kindlegen uses it, other software may use it too, but there's nothing in the spec that says what its effect should be, actually, there's no "cover" in the epub spec. | |
|   | 
|  09-24-2012, 05:09 AM | #55 | |
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | Quote: 
  Gentlemen, this may be the greatest step forward in the use of Sigil.    | |
|   | 
|  09-24-2012, 05:15 AM | #56 | |
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | Quote: 
   | |
|   | 
|  09-24-2012, 05:47 AM | #57 | 
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | |
|   | 
|  09-24-2012, 07:08 AM | #58 | |
| Groupie            Posts: 184 Karma: 2572 Join Date: Aug 2010 Device: Kindle | Quote: 
 Thanks. It's a great program. | |
|   | 
|  09-24-2012, 07:12 AM | #59 | 
| Color me gone            Posts: 2,089 Karma: 1445295 Join Date: Apr 2008 Location: Central Oregon Coast Device: PRS-300 | |
|   | 
|  09-24-2012, 09:37 AM | #60 | 
| eBook-Reader-Fan            Posts: 175 Karma: 444178 Join Date: Sep 2012 Location: Saarbruecken / DE Device: Kobo Aura H2O 2nd Edition | 
			
			Hello software engineers, I am so excited about this new beta version that I have now posted an article equal in my small private blog about it. martina-schein.net/blog/sigil-epub-editor-weitere-beta-version-0-5-905-mit-fehlerbereinigung-und-neuen-features/8603/ Anyone interested can get the article that is written in the German language, to translate into English. On second place in the sidebar of my blog I have installed the Google Translator. It is not the first article about Sigil in my blog - I'm doing here in Germany »diligently« advertisement for this great program. Greetings Martina | 
|   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| 0.4.905 (0.5 beta) Available | user_none | Sigil | 64 | 01-21-2012 12:20 PM | 
| Embedded font book view display issue (0.4.905) | Doitsu | Sigil | 2 | 01-15-2012 01:59 PM | 
| Beta Beta Test of Major New Features | Starson17 | Calibre | 45 | 05-17-2010 10:55 AM | 
| 0.6 out of beta? | Nate the great | Calibre | 3 | 07-17-2009 02:45 AM |