|
|
#1 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2011
Device: nook
|
bullet and numbered lists
However, I've tried the current version with both OO 3.30 and LO 3.3.0, and bullet and numbered lists items are being formatted as p tags. If this just an unsupported conversion item, or is there some trick to setting styles to get this to work? Thanks for any assistance ![]() Charlie Lowe Writing Spaces Co-Editor http://writingspaces.org/ |
|
|
|
|
|
#2 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Nov 2010
Device: energy system 1060
|
You can add the next lines in 'Sub TraverseText', in the Traverse Macro, between the lines:
'sParEx = fnExportParagraph(oPar)' and 'CountLength = CountLength + Len (sParEx)' to see the list numbering. ....
sParEx = fnExportParagraph(oPar) 'proper code. if oPar.NumberingIsNumber = true then if oPar.ListLabelString = "" then sParEx = "<p>" & "- " & right(sParEx, len(sParEx) - 3) else sParEx = "<p>" & oPar.ListLabelString & right(sParEx, len(sParEx) - 3) end if end if ' end proper code CountLength = CountLength + Len (sParEx) ..... |
|
|
|
|
Enthusiast
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2011
Device: nook
|
Thanks. But I'n not familiar with the Traverse Macro or the coding of this extension. So I guess the answer to my question is that lists are not currently supported in the extension?
|
|
|
|
|
|
#4 |
|
Ebook Museum Curator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 299
Karma: 106851
Join Date: Sep 2009
Location: Genova, Italy
Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc
|
Thanks Kreti, tonight I will try to implement your code
![]() I will release soon a new version of W2E with some improvement about images, tables and (maybe) lists Luke [EDIT]: done, the next version will have lists support, thanks to Kreti. Your code is quite simple but very functional ![]() Luke
__________________
Last edited by eBookLuke; 05-06-2011 at 02:06 PM. |
|
|
|
|
|
#5 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Nov 2010
Device: energy system 1060
|
I changed the code because I needed it, and it is a pleasure to share with others.
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EPUB to MOBI - Extra Space on Bullet Lists | squiggy | Conversion | 2 | 01-31-2011 10:50 AM |
| Continuing numbered lists (ol) in ADE | EricDP | ePub | 13 | 09-07-2010 08:30 AM |
| numbered lists, but with a text break | soup | Sigil | 1 | 07-30-2010 04:27 AM |
| Numbered list continuation | bhuvana786 | ePub | 4 | 05-26-2010 01:17 AM |
| Are Papers Days Numbered? | andyafro | News | 23 | 11-21-2008 02:58 PM |