-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
119 lines (116 loc) · 3.97 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"manager_password_md5": "0ff49c3123244ee5187f9130902857a0",
"console_debug": false,
"log_filename": "err.log",
"google_drive_query": "'XXXXXXXXXXXX' in parents and trashed = false",
"url_homepage": "",
"list_cache_expires": 86400,
"generate_index": false,
"index_lines_per_page": 20,
"fullscreen_selector": "body",
"start_with_closed_book": false,
"hard_cover": true,
"mobile_width": 750,
"single_page_mode": "mobile",
"autofit_text": true,
"autofit_text_min": 15,
"autofit_text_max": 36,
"font_size": 20,
"text_tb_item_homepage": "Home page",
"text_tb_item_fullscreen": "Full screen",
"text_tb_item_print": "Print",
"text_tb_item_sound": "Sounds",
"text_tb_item_music": "Music",
"text_tb_item_zoom": "Zoom mode",
"text_tb_item_textselect": "Select Text",
"text_tb_item_addthis": "Share page",
"text_tb_item_nav-last": "Go to last page/result",
"text_tb_item_nav-first": "Go to first page/result",
"text_tb_item_nav-next": "Go to next page/result",
"text_tb_item_nav-prev": "Go to previous page/result",
"text_tb_item_nav-pagenum": "Go to page",
"text_tb_item_nav-go": "Search",
"text_tb_item_nav-clear": "Clear search",
"text_tb_item_nav-found": "Search results",
"page_sound": true,
"music_url": "",
"music_default": false,
"bootswatch_css": "cosmo",
"show_peel_corner": false,
"middle_gradient": true,
"pages_depth": true,
"browse_via_pages_depth": true,
"pages_depth_paper_thickness": 0.026,
"pages_depth_max_width": 30,
"max_book_width": 0,
"rtl": false,
"show_page_number": true,
"show_page_title": false,
"remove_first_row_if_identical_to_page_title": false,
"bold_first_content_line": true,
"hr_to_read_more": true,
"prevent_corner_peels_on_mobile_to_allow_scrolling": false,
"text_hr_read_more": "<span class='fa fa-question-circle'></span>",
"text_window_title": "window title",
"text_window_title_content": "window title | %page_title",
"text_window_title_separator": " ; ",
"html_head": "<!-- stuff in head tag -->",
"html_body": "<!-- stuff in start of body -->",
"html_footer": "<!-- stuff in end of body -->",
"html_cover_front": "Cover - Front",
"html_inside_front": "This page intentionally left blank",
"html_inside_back": "This page intentionally left blank",
"html_cover_back": "Cover - Back",
"html_page_top": " ",
"text_search": "Search...",
"text_found": "Found %s pages",
"text_found_in": "%s1 / %s2",
"text_pagenum_in": "%s1 / %s2",
"text_pagenum_none":"\u25CF",
"text_not_found": "No results",
"text_top_single_pages": "Text on top of page on single mode",
"text_top_even_pages": "Text on top of even pages",
"text_top_odd_pages": "Text on top of odd pages",
"text_hit_f11": "Hit F11 for full screen mode",
"text_enter_pagenum": "Go to page number",
"text_share_dialog": "Share",
"text_nothing_to_print": "Nothing to print",
"text_bookmark": "Bookmark for page %s",
"search_or_filter": "filter",
"remember_last_search": true,
"tb_list_top": "",
"tb_list_bottom": "nav-q,nav-go,nav-result-prev,nav-found,nav-result-next,nav-page-first,nav-page-prev,nav-pagenum,nav-page-next,nav-page-last",
"tb_list_left": "fullscreen,textselect,zoom,sound,music",
"tb_list_right": "homepage,addthis,print0",
"custom_css": "#example{width:auto}",
"list": {
"q": "mimeType='application\/vnd.google-apps.document'",
"pageSize": 1000,
"orderBy": "starred,recency",
"fields": "files(createdTime,id,modifiedTime,name,starred),kind,nextPageToken"
},
"musiclist": {
"q": "",
"pageSize": 1000,
"fields": "files(createdTime,id,modifiedTime,name,starred),kind,nextPageToken"
},
"max_results": 9999,
"bookmark_color": "#986794",
"See turnjs options here:": "http://www.turnjs.com/#api",
"turn_options": {
"autoCenter": false,
"elevation": 0,
"gradients": true
},
"See textfit options here:": "https://github.com/STRML/textFit#default-settings",
"textfit_options": {
"multiLine": true,
"detectMultiLine": false,
"minFontSize": 15,
"maxFontSize": 36,
"reProcess": true,
"widthOnly": false,
"alignHoriz": false,
"alignVert": false
}
}