Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 12-08-2022, 09:16 AM   #1
nir.tzachar
Junior Member
nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.
 
Posts: 3
Karma: 250507
Join Date: Dec 2022
Device: kindle
[Editor Plugin] FSRead

[Editor Plugin] FSRead

Summary:

Convert EPUB (or any html/xml format) to Bionic Read / Flow state.
See https://github.com/thatvegandev/fsrx

Requires Calibre Version: 6.8.0 or later.

Source: https://github.com/tzachar/calibre-fsread
Attached Files
File Type: zip FSRead plugin.zip (46.0 KB, 61 views)
nir.tzachar is offline   Reply With Quote
Old 12-08-2022, 10:11 AM   #2
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,283
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Moderator Notice
I am mildly concerned when a new user's first post is a new plugin, but I looked at the code and it seems legit.
JimmXinu is offline   Reply With Quote
Advert
Old 12-08-2022, 12:18 PM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,688
Karma: 54369090
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Jimm, it has happened before. The only reason a user came out of lurk-guest mode, was to post.
BTW for giving the code a look-see. And thanks for all your work in other places
theducks is offline   Reply With Quote
Old 12-14-2022, 12:59 PM   #4
nir.tzachar
Junior Member
nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.
 
Posts: 3
Karma: 250507
Join Date: Dec 2022
Device: kindle
Thank you for approving the plugin.

It has been asked for in the past, and I wanted to give this feature a try.
Implemented it for myself, and thought someone else might benefit from it.

Cheers.
nir.tzachar is offline   Reply With Quote
Old 12-15-2022, 07:13 PM   #5
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Thank You,

I thought I would make Kindle rendering more like the original FSRX with

Code:
<style>
body {
background-color: black;
color: lightgrey;
}
 
b {
background-color: black;
color: white;
}
</style>
But the resulting AZW3 created a mess, forcing rebooting the reader.

Was just an idea, it did look Okay on a browser:
Click image for larger version

Name:	newstyle.jpg
Views:	69
Size:	88.1 KB
ID:	198430

[EDIT 2022-12-18] FSRead an .EPUB. Added the style again (with Calibre Editor) but this time converted to .KFX. Now working:
Click image for larger version

Name:	screenshot_2022_12_18T13_34_30-0500.png
Views:	61
Size:	60.6 KB
ID:	198502

Last edited by PoP; 12-18-2022 at 01:42 PM.
PoP is offline   Reply With Quote
Advert
Old 01-08-2023, 02:05 PM   #6
nir.tzachar
Junior Member
nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.nir.tzachar ought to be getting tired of karma fortunes by now.
 
Posts: 3
Karma: 250507
Join Date: Dec 2022
Device: kindle
The version released here was an initial one.
Pull requests on the github repo are more than welcome
nir.tzachar is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Editor Plugin] Editor Chains capink Plugins 80 03-09-2024 12:30 PM
[Editor Plugin] EpubCheck Doitsu Plugins 146 09-07-2023 01:43 PM
[Editor Plugin] Reformat plugin robert.swita Plugins 19 06-16-2023 07:03 AM
[Editor Plugin] - Enabling 'Customize plugin' dialog directly from the Editor thiago.eec Development 7 01-09-2019 08:05 PM
Editor plugin question DiapDealer Development 2 07-28-2014 10:23 PM


All times are GMT -4. The time now is 04:40 AM.


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