View Single Post
Old 06-25-2021, 06:27 AM   #1
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 169
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
Tweak document settings problem

Hi,

I've written in "Tweak document settings" the following tweaks, in order to have them applied to all the documents of that folder, but it doesn't work. What's wrong?

My Home folder is mnt/

Code:
 return {--do NOT change this line

 --HELP:
 -- You can override default settings for documents per directory in this file.
 -- The directories must be under the home folder.
 -- You can find settings to change in the metadata.lua in the .sdr folder.
 -- The path must start with "/" (absolute path).
 -- The path must not end with a "/" it must end with the folder name.

 -- syntax:

 --   ["path/to/folder"] = {
 --         ["setting_to_override"] = value,
 --    },

 -- examples:

 --[[
    ["/mnt/us/documents/hebrew"] = {
        ["inverse_reading_order"] = true
    },
    ["/mnt/onboard/smalltext"] = {
        ["font_size"] = 34,
        ["line_space_percent"] = 130,
    },
    ["/sdcard/Books/smalltext"] = {
        ["font_size"] = 34,
        ["line_space_percent"] = 130,
    },
--]]

 -- comment out line ("--" at line start) to disable


 -- ADD YOUR DEFAULTS HERE:
    ["/ext2/Λειτουργική/Λειτουργικά Κείμενα/ΟΡΘΟΔΟΞΑ ΕΛΛΗΝΙΚΑ ΛΕΙΤΟΥΡΓΙΚΑ ΚΕΙΜΕΝΑ/pent"] = {
        ["text_lang"] = "el",
        ["copt_font_size"] = 33,
        ["paragraph_web_browser_style"] = true,
        ["alternative_toc"] = true,
        ["toc_chapter_navigation_bind_to_ticks"] = false,
        ["toc_chapter_title_bind_to_ticks"] = true,
        ["font_face"] = "GFS Didot",
    },
}--do NOT change this line
Thank you in advance!
ichnilatis is offline   Reply With Quote