Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 09-22-2015, 01:35 PM   #1
najgori
Klak
najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'
 
najgori's Avatar
 
Posts: 174
Karma: 150374
Join Date: Sep 2011
Location: Belgrade, Serbia
Device: many
ignore <mbp:...

any chance for next version to ignore <mbp:...> tags ?
najgori is offline   Reply With Quote
Old 09-22-2015, 04:09 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,488
Karma: 5703586
Join Date: Nov 2009
Device: many
Please be more specific. In what way ignore?

KevinH
KevinH is offline   Reply With Quote
Advert
Old 09-23-2015, 12:00 PM   #3
najgori
Klak
najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'
 
najgori's Avatar
 
Posts: 174
Karma: 150374
Join Date: Sep 2011
Location: Belgrade, Serbia
Device: many
i am working on a ebook for amazon & have to hide links on a page, so i have to hide it twice: first with <mbp:nu> for older kindles, and "text-decoration:none" for newer.

when i put mobipocket tags in sigil, i cannot longer preview pages, so option "ignore mobipocket tags" would be nice.
najgori is offline   Reply With Quote
Old 09-23-2015, 12:06 PM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,686
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
If you add the following namespace declaration in Code View mode, you'll be able to use Book View mode.

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:mbp="www.mobipocket.com">
However, make sure that all Clean Source options are disabled.
Doitsu is offline   Reply With Quote
Old 09-23-2015, 12:25 PM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,366
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by najgori View Post
i am working on a ebook for amazon & have to hide links on a page, so i have to hide it twice: first with <mbp:nu> for older kindles, and "text-decoration:none" for newer.

when i put mobipocket tags in sigil, i cannot longer preview pages, so option "ignore mobipocket tags" would be nice.
What do you mean by "hide links" ?

If you mean you don't want readers to know the links are there, then the obvious question is, "why put them there?"

If you mean that you simply wish to supress the underlining of linked text on older Kindle devices, then the qestion becomes simply, "why?" On those older, b&w eink devices, readers often have no other way of knowing a link exists without the underline.

Either way. It's not likely that Sigil will be internally modified to overlook invalid and/or proprietary tags in its BookView/Preview.

Doitsu may have the most viable workaround for you. It's either that, or write an output plugin that inserts the invalid tag immediately preceding an e!ement that has the "text-decoration: none" attr/value (or a predetermined css class name).
DiapDealer is offline   Reply With Quote
Advert
Old 09-23-2015, 01:51 PM   #6
najgori
Klak
najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'najgori gives new meaning to the word 'superlative.'
 
najgori's Avatar
 
Posts: 174
Karma: 150374
Join Date: Sep 2011
Location: Belgrade, Serbia
Device: many
@Doitsu thanx! this works fine

@DiapDealer it's just something i'm working on.
najgori is offline   Reply With Quote
Old 09-23-2015, 02:24 PM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,488
Karma: 5703586
Join Date: Nov 2009
Device: many
Hi,
With Doitsu's help, I tested the mbp tag and with the forthcoming Sigil 0.8.900, these tags are no longer stripped out. Gumbo (that replaced Tidy) lets unknown tags alone. So perhaps the upcoming version will do what you want.

KevinH
KevinH is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MBP SMC reset HYPE Lounge 0 02-18-2013 01:41 PM
Firmware Update K3 FW 3.4 removes mbp on new books ? pchrist7 Amazon Kindle 3 09-22-2012 03:37 AM
AZW, MBP ? carpetmojo Conversion 5 04-17-2012 01:44 AM
.mbp info 1611mac Kindle Formats 6 04-16-2011 05:13 PM
Mobi mbp files lisa.m Calibre 0 11-16-2009 03:15 PM


All times are GMT -4. The time now is 08:43 AM.


MobileRead.com is a privately owned, operated and funded community.