|
|
#1 |
|
Sigil & calibre developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,384
Karma: 848775
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
|
0.5.901 (0.6.0 beta) avaliable
If you do want to do some betaing one thing to note is the preferences file has moved to a new location and upon first run you will not have any of your previous settings. Dictionaries have also moved. Meme has also completly rewritten the user guide. I suggest reading it to become familiar with the changes as it covers them pretty well. Also, it needs some eyes looking at it too. Last edited by user_none; 06-07-2012 at 09:45 PM. |
|
|
|
|
#2 |
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,261
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
Sigil User Guide beta
As user_none mentioned the Sigil User Guide is completely new. The EPUB and Mobi versions of the beta guide are attached to this post to go along with the HTML version.
In fact, I wrote the guide using Sigil. It made sense that an EPUB editor should have an EPUB book for a manual, and it was a great way to test out 0.6.0, learn Sigil from a user perspective, and learn about writing/editing a book. While fun, I wouldn't recommend writing and editing at the same time, especially about software that's changing as you write and where you're one of those changing it. ![]() So in addition to trying to crash the beta or ask about why the code does this and not that, I'd appreciate it if you can comment on the User Guide. In particular if anything is not correct/doesn't match what the code does, but also if anything is missing or isn't clear, or if there's a spelling or typo (this is MobileRead after all). And since this is also an example EPUB book feel free to look at the HTML code and CSS and let me know if anything should be changed or might work better one way instead of another. PM me directly if you don't want to post. Oh, and the complete list of changes is in the Changelog as usual. There are still a few open items that'll be worked on during the beta that we didn't get into this first release - in particular remembering cursor position in the new Book View, and displaying SVG files in Book View - they work fine in Preview. Dave
__________________
See the Sigil User Guide and its tutorials for details about Sigil. Last edited by meme; 06-08-2012 at 02:07 AM. |
|
|
|
Enthusiast
|
|
|
|
#3 |
|
Enthusiast
![]() Posts: 40
Karma: 10
Join Date: Dec 2011
Location: Spain, south coast
Device: PocketBook 622
|
Thanks
|
|
|
|
|
#4 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,105
Karma: 927511
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
Great, will check this weekend!
__________________
Creator and maintainer of the e-Book Tools Word add-in. Creator and maintainer of the Clean HTML macro for MS Word. |
|
|
|
|
#5 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,042
Karma: 416729
Join Date: Jan 2009
Device: KoboGlo
|
Thanks. Very keen to look at it.
![]() While waiting to download the Linux version after the end of the beta phase (?). In the meantime, I performed a quick style occurrence study, just for the fun of it: Spoiler:
Master work! Last edited by roger64; 06-08-2012 at 03:51 AM. Reason: spoiler |
|
|
|
|
#6 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,105
Karma: 927511
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
Ohoh... I hope that Wolfie does not read this:
Quote:
__________________
Creator and maintainer of the e-Book Tools Word add-in. Creator and maintainer of the Clean HTML macro for MS Word. |
|
|
|
|
|
#7 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52
Karma: 1110
Join Date: Dec 2011
Location: Ølstykke, Denmark
Device: Sony PRS-T1, iPad
|
First impressions
Everything looks relatively normal, so I loaded one of my latest epubs:
- The bookview doesn't display my frontpage (probably because the image is embedded in SVG-tags - not valid xhtml, I admit, but afaik perfectly valid in an epub, and neither FlightCrew nor epub-checker protests against it. Sample of my code: <body style="margin:0; padding: 0; border-width: 0;"> <h1 class="frontpage" id="heading_id_2">Forside</h1> <div class="svg_outer"> <div class="svg_inner"> <svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 600 800" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <image height="800" width="600" xlink:href="../Images/pusjkin-spader_dame.jpg"/> </svg> </div> </div> </body> - Not sure I like the new Preview-View - it crowds my screen, and generally strikes me as "shooting sparrows with a canon" - much too much for the relatively simple html-coding needed in an epub. - Tried to generate an inline toc, the ran a FlightCrew validation, with result on toc.html: "Element 'ol' is not allowed for content model '(li+)' The code generated by the inline-toc-generator: <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Table of Contents</title><style type="text/css"> p.sgc-toc-title { text-align:center; } ol { list-style-type: none; } li { margin-top: 0em; } a { font-weight: normal; } </style></head><body><p class="sgc-toc-title">Table of Contents</p><ol class="sgc-toc-ol-1"><li class="sgc-toc-li-1"><a class="sgc-toc-heading-1" href="../Text/Cover.html">Forside</a></li><li class="sgc-toc-li-1"><a class="sgc-toc-heading-1" href="../Text/Section0001.xhtml">Spader-Dame</a></li><ol class="sgc-toc-ol-2"><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_3">I</a></li><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_4">II</a></li><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_5">III</a></li><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_6">IV</a></li><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_7">V</a></li><li class="sgc-toc-li-2"><a class="sgc-toc-heading-2" href="../Text/Section0001.xhtml#heading_id_8">VI</a></li></ol><li class="sgc-toc-li-1"><a class="sgc-toc-heading-1" href="../Text/Section0001.xhtml#heading_id_9">Om "Spader Dame"</a></li></ol></body></html> Kim |
|
|
|
|
#8 |
|
Enthusiast
![]() Posts: 40
Karma: 10
Join Date: Dec 2011
Location: Spain, south coast
Device: PocketBook 622
|
Problem with user dictionaries
The same problem as in the previous version.
![]() Then I reported: 1-Sigil 0.5.3 ravage the user_dict.txt in words with accent (spanish). 2-Now I know what the problem with user_dict.txt I open Sigil 0.5.3: Edit, Preferences, and I close this window .... and voila! the user_dict.txt is now encoded UTF-8 without BOM. |
|
|
|
|
#9 | |||||
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,261
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
Quote:
Quote:
Quote:
Quote:
Quote:
I may tweak the code a little bit to reduce the classes used. Unfortunately one of the original reasons for putting it in was to allow Kindlegen to use it. And it works - except that mobi doesn't support list styles so all the chapter names will get numbers in front of them... Since I don't want to recode just for the Kindle (the format of the TOC is close to EPUB3), the alternative is just to use calibre to convert and create the toc that way, or handle edit it to convert the list entries to paragraphs. ![]() Its still listed in the issue log as unfixed. It will get looked at eventually to see if anything can be done, though I recall something about using UTF-8 for portability reasons.
__________________
See the Sigil User Guide and its tutorials for details about Sigil. |
|||||
|
|
|
|
#10 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,827
Karma: 23146860
Join Date: Jan 2010
Device: Kindle Fire HD, Kindle 2
|
Builds/installs fairly painlessly on Oneiric 64-bit.
I'm excited for some of the changes/features I see: Finer-grained control over Tidy The ability to quickly link stylesheets Quickly build an inline TOC from headings (although I personally don't care to use html lists for this, it will still be useful to get the bulk of the heavy-lifting done quickly... and regex can always take care of the personalizing). Can't wait to play a bit more. ![]() EDIT: A quick note on the Build In-line Toc feature. I don't know if this is expected behavior or not, but when I use it on an epub that has an existing toc.xhtml file, the newly generated code replaces the existing code in that file. Not very surprising, really. What is a bit surprising is that there's no visual indication (asterisk in the title-bar) that the ePub has any unsaved changes afterward... and when Sigil is closed, there is no prompt/warning to save/discard the changes (which are, in fact, gone when you reopen the ePub).
__________________
“Politics: A strife of interests masquerading as a contest of principles. The conduct of public affairs for private advantage.” Last edited by DiapDealer; 06-08-2012 at 08:42 AM. |
|
|
|
|
#11 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,105
Karma: 927511
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
Actually, it is valid XHTML and supported in ePUB2 according to the specs. No problems there. It does work with 0.5.3, so I am a little surprised it doesn't work anymore in 0.5.9.
__________________
Creator and maintainer of the e-Book Tools Word add-in. Creator and maintainer of the Clean HTML macro for MS Word. Last edited by Toxaris; 06-08-2012 at 10:30 AM. |
|
|
|
|
#12 |
|
Det
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 718
Karma: 450180
Join Date: Jan 2012
Location: Zischebattem
Device: Acer Lumiread
|
Thanks
![]() The new tidy options are well done |
|
|
|
|
#13 | ||
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52
Karma: 1110
Join Date: Dec 2011
Location: Ølstykke, Denmark
Device: Sony PRS-T1, iPad
|
Quote:
Edit: Made some more inline TOCs on some of my other books - no problems any more, so probably just bad luck with the first one! Quote:
![]() Tried to google CKEditor + SVG, but didn't come up with anything useful. regards, Kim Last edited by elibrarian; 06-08-2012 at 09:05 AM. Reason: Update |
||
|
|
|
|
#14 |
|
Staff to 4 Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,712
Karma: 2485850
Join Date: Aug 2009
Location: The (original) Silicon Valley, USA
Device: Galaxy Tab 2,Black Astak PEz, K4NT(now Wifes)
|
901 on XP SP3
2 items (bugs?) 1) I updated the CSS margin-top: to .5em; (from 0 ![]() Bookview would not show the change. I exited and reloaded (after checking in the stable version) and it now showed the change. 2) Sigil is now not remembering the Main Window position between uses. (I run multi-head with the main editing done on Portrait oriented, Monitor 3 and detached Bookbrowser and TOC on Monitor 2. MR is on Monitor 1 ) The detached windows are where I left them.
__________________
Using: Ubuntu(32 bit):Oneric,Precise and XPpro SP3, W7HP(64)- - Libre Office w/Writer2EPUB
|
|
|
|
|
#15 | |||
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,261
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
Quote:
The lack of the save warning is an issue and I can duplicate it - thanks, we'll look into correcting this (and the same issue with Link Stylesheets). As for lists - what do you use, just indented paragraphs? (I assume that's what calibre uses when converting). I'm open to changing the format of the file (and even changing it to toc.xhtml) - this was just a first version to get feedback. And while testing out a replace of the li items in the TOC it seems I found a bug with Replace All in Current File that crept in sometime, and will be fixed for the next beta release (Replace and Replace All in HTML files seems ok). Quote:
Quote:
2) Seems ok on Linux but needs checking on Windows Keep them coming
__________________
See the Sigil User Guide and its tutorials for details about Sigil. |
|||
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 0.4.903 (0.5 beta) Avaliable | user_none | Sigil | 77 | 01-03-2012 09:24 PM |
| 0.4.902 (0.5 beta) Avaliable | user_none | Sigil | 65 | 12-18-2011 11:58 AM |
| No Avaliable format ? ? ? | Janette55 | Library Management | 5 | 04-16-2011 04:09 PM |
| 901 | reymund | PocketBook | 3 | 12-16-2010 07:09 PM |