-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdfexplore.settings.json
More file actions
109 lines (109 loc) · 3.62 KB
/
Copy pathpdfexplore.settings.json
File metadata and controls
109 lines (109 loc) · 3.62 KB
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
{
"app": {
"config_file_name": ".pdfexplore.cfg",
"views_file_name": ".pdfexplore-views.json",
"highlighting_file_name": ".pdfexplore-highlighting.json",
"viewer_html_relative": "vendor/pdfjs/web/viewer.html",
"viewer_bridge_js_relative": "assets/viewer_bridge.js",
"okular_edit_launcher": "/home/npepin/.local/share/applications-scripts/run-okular.sh",
"max_document_views": 8,
"splitter_tree_default_fraction": 0.250,
"max_recent_root_directories": 35,
"recent_root_menu_mru_count": 10,
"min_recent_root_dwell_seconds": 30.0,
"config_default_root_key": "default_root",
"config_recent_roots_key": "recent_roots",
"pdf_text_cache_max_entries": 2000,
"pdf_text_cache_max_chars": 201326592,
"pdf_text_disk_cache_max_files": 15000,
"pdf_text_disk_cache_max_bytes": 1610612736,
"pdf_text_disk_cache_trim_interval": 240,
"pdf_text_disk_cache_touch_interval_seconds": 60.0,
"pdf_text_cache_gc_interval_seconds": 30.0,
"pdf_text_cache_gc_idle_seconds": 10.0,
"pdf_text_cache_gc_batch_size": 128,
"prefetch_enabled": true,
"prefetch_batch_size": 1,
"prefetch_idle_seconds": 10.0,
"prefetch_batch_cooldown_seconds": 1.0,
"multi_instance_activity_touch_interval_seconds": 0.25,
"multi_instance_activity_probe_interval_seconds": 0.5,
"prefetch_heavy_use_window_seconds": 1.2,
"prefetch_heavy_use_event_threshold": 14,
"prefetch_heavy_use_pause_seconds": 1.2,
"prefetch_viewer_activity_pause_seconds": 1.6,
"prefetch_tree_mutation_pause_seconds": 0.85,
"tree_search_refresh_debounce_ms": 900,
"tree_interaction_visual_relax_ms": 320,
"cached_badge_sync_interval_ms": 200,
"cache_badge_probe_timer_interval_ms": 75,
"match_timer_interval_ms": 320,
"scope_prefetch_timer_interval_ms": 550,
"viewer_ready_timer_interval_ms": 160,
"view_state_poll_timer_interval_ms": 900,
"file_change_watch_interval_ms": 1200,
"search_thread_pool_max_threads": 1,
"search_worker_chunk_size": 8,
"search_progress_publish_interval_ms": 100,
"prefetch_thread_pool_max_threads": 1,
"preview_widget_cache_max_entries": 2,
"tree_marker_scan_thread_pool_max_threads": 1,
"highlight_colors": [
{
"name": "Yellow",
"value": "#f5d34f"
},
{
"name": "Green",
"value": "#78d389"
},
{
"name": "Blue",
"value": "#7bb9ff"
},
{
"name": "Orange",
"value": "#f6a05f"
},
{
"name": "Purple",
"value": "#bb9df5"
},
{
"name": "Light Gray",
"value": "#d1d5db"
},
{
"name": "Medium Gray",
"value": "#9ca3af"
},
{
"name": "Red",
"value": "#ef7d7d"
}
]
},
"viewer_bridge": {
"three_up_divisor": 3,
"min_zoom_scale": 0.1,
"max_zoom_scale": 10.0,
"restore_stabilize_ms": 2800,
"search_indicator_resume_delay_ms": 180,
"search_indicator_click_retry_delay_ms": 80,
"search_indicator_click_final_retry_delay_ms": 180,
"search_indicator_max_entries": 2400,
"search_indicator_concurrency_min": 2,
"search_indicator_concurrency_max": 4,
"search_indicator_markers_per_page_max": 48,
"search_indicator_yield_every_batches": 3,
"search_indicator_publish_interval_ms": 90,
"persistent_highlight_fill_color": "rgba(102, 86, 178, 0.12)" ,
"persistent_highlight_important_fill_color": "rgba(102, 86, 178, 0.25)"
},
"tree": {
"color_file_name": ".pdfexplore-colors.json",
"target_extension": ".pdf",
"primary_icon_name": "pdf.svg",
"primary_icon_color": "#e86060"
}
}