View Single Post
Old 04-13-2020, 05:16 PM   #10
Tired
Enthusiast
Tired began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Oct 2019
Device: Kindle 4 Paddle (2011)
This is a bit strange, deleted the settings.reader.lua and let the system re-create, pasted the code up the top on the new file, went into an epub document (no margins again), I re-opened the file and noticed the system has moved the code to two places!?


-- we can read Lua syntax here!
return {
["lastfile"] = "/mnt/us/documents/Bazerman, Max/Power of Noticing, The - Max Bazerman.epub",
["style_tweaks"] = {
["footnote-inpage_epub_smaller"] = true,
["footnote-inpage_fb2"] = true
},
["device_id"] = "XXX",
["copt_h_page_margins"] = {
[2] = 50,
[1] = 50
},
["coverbrowser_initial_default_setup_done"] = true,
["lastdir"] = "/mnt/us/documents/Bazerman, Max",
["dicts_disabled"] = {},
["quickstart_shown_version"] = 202003020000,
["statistics"] = {
["calendar_browse_future_months"] = false,
["calendar_start_day_of_week"] = 2,
["convert_to_db"] = true,
["max_sec"] = 120,
["is_enabled"] = true,
["min_sec"] = 5,
["calendar_show_histogram"] = true,
["calendar_nb_book_spans"] = 3
},
["copt_b_page_margin"] = 50,
["dev_no_c_blitter"] = true,
["copt_t_page_margin"] = 50
}
Tired is offline   Reply With Quote