1189 Commits

Author SHA1 Message Date
Kovid Goyal
864a759ff6
PDF Output: Add _WIDTH_PIXELS_ and _HEIGHT_PIXELS_ variables to know the width and height of the header/footer area in templates 2024-10-11 14:39:22 +05:30
Kovid Goyal
97d476811a
Windows: Use calibre's bundled SSL certificates instead of the system store by default
I am tired of all the bug reports about SSL cerificate verify failures
on windows caused by the windows certificate store not having needed
intermediate certificates. So use the bundled certificates instead which
are the set of certificates trusted by Firefox and curl.

Can be turned off via CALIBRE_USE_SYSTEM_CERTIFICATES=1 env var
2024-10-08 15:06:35 +05:30
Kovid Goyal
591ae6413f
... 2024-09-30 10:17:16 +05:30
Charles Haley
903f08d50b Add is_dark_mode() template function 2024-09-24 19:27:57 +01:00
Charles Haley
8e3c936833 1) Fix plain_text not working in template get_note() function
2) Add documentation for get_note()
2024-09-12 11:24:55 +01:00
Kovid Goyal
abe8c8b2a8
... 2024-09-09 10:02:42 +05:30
Kovid Goyal
729ade5066
Add a FAQ entry about another installer failure mode 2024-09-09 09:43:45 +05:30
Kovid Goyal
96a89fe13a
string changes 2024-09-02 19:18:15 +05:30
Kovid Goyal
f3299f5b8f
... 2024-08-25 14:00:58 +05:30
Kovid Goyal
65a640bee2
Document papaer edition page sync feature 2024-08-22 18:53:40 +05:30
Kovid Goyal
8848324da8
Update the creating sub group section of the manual to match the current UI 2024-07-31 14:57:05 +05:30
Kovid Goyal
9d6ef84f70
Add a note that the calibre viewer supports MathML with the inclusion of the MathJax canary 2024-07-19 07:29:14 +05:30
Kovid Goyal
87b2e04b72
string changes 2024-07-11 19:17:02 +05:30
Kovid Goyal
823ffb7f91
... 2024-07-08 10:24:19 +05:30
Kovid Goyal
6d47a9760e
string changes 2024-05-27 19:54:43 +05:30
Kovid Goyal
3f1f471b7d
string changes 2024-05-26 19:04:43 +05:30
413Michele
5a355c2685 Fix typos (Goto -> Go to), better link to man page 2024-05-14 10:28:46 +02:00
Kovid Goyal
d6fe19ae75
Update server docs about the limitations of offline mode
See #2058664 (Content server offline support doesn't allow saving annotations)
2024-04-01 20:25:56 +05:30
Kovid Goyal
40de487795
Fix sequencing of imports in manual build scripts 2024-03-30 13:14:29 +05:30
Kovid Goyal
53b74283a4
sort imports in all python files 2024-03-30 13:02:22 +05:30
413Michele
0fa8f025c9
books -> book 2024-03-26 15:32:36 +01:00
413Michele
42045d087b
Missed some bits 2024-03-26 15:29:14 +01:00
413Michele
3fc57d78db
String update for consistency 2024-03-26 15:21:46 +01:00
goodmost
77c1844256 chore: remove repetitive words
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
2024-03-19 20:28:18 +08:00
Kovid Goyal
592dad1194
Keyboard shortcut to show profiles 2024-02-20 21:48:28 +05:30
Kovid Goyal
04adea1b10
string changes 2024-02-12 15:16:01 +05:30
Kovid Goyal
779183f71a
Document the css class used for popup footnotes 2024-01-21 12:59:24 +05:30
Kovid Goyal
edd2e15292
Add viewer default keyboard shortcuts to the manual 2024-01-19 12:02:50 +05:30
Kovid Goyal
8f928644fe
keyboard shortcut to toggle layout (Alt+Shift+L) 2024-01-05 16:51:59 +05:30
Kovid Goyal
6895571de7
Add an FAQ entry for offscreen main calibre window 2023-12-18 20:04:00 +05:30
Kovid Goyal
d82bd06247
Check for webengine render process crash in build test 2023-12-07 19:59:37 +05:30
Kovid Goyal
8c4a460997
... 2023-11-17 16:46:50 +05:30
Charles Haley
fa9061660e
Enhancement 2043330: Template function to fetch links
I put this in notes to avoid any hassle with collisions with the other new template functions.
2023-11-13 19:21:44 +05:30
Kovid Goyal
deb332cd71
... 2023-11-13 19:21:40 +05:30
Kovid Goyal
21bca7ae47
... 2023-11-13 19:21:40 +05:30
Kovid Goyal
22f245bc30
Add a screenshot of the notes dialog 2023-11-13 19:21:40 +05:30
Kovid Goyal
fce4620ca7
Add some docs for the new notes feature 2023-11-13 19:21:40 +05:30
Kovid Goyal
d74fa0e4da
Add calibre://show-note to link to notes 2023-11-13 19:21:32 +05:30
Lisa Y. Zhu
39171a6ac6
Change print statements to print functions 2023-11-12 18:19:16 -05:00
Kovid Goyal
dc7667d02d
Fix #2043221 [Wrong instructions in docs on how to debug ebook editor?](https://bugs.launchpad.net/calibre/+bug/2043221) 2023-11-10 22:45:45 +05:30
Kovid Goyal
ee73fca857
String changes 2023-10-26 07:16:54 +05:30
Charles Haley
a27d0b93db New template function: format_date_field(). This function is much faster than format_date() because it avoids a round-trip conversion of date -> string -> date. 2023-09-16 12:41:27 +01:00
Kovid Goyal
17c6d84269
Document using ngettext in plugins 2023-08-18 07:41:14 +05:30
Kovid Goyal
bf6efc1abf
Easily manage the extra data files associated with a book by right clicking the edit metadata button and choose "Manage data files". Fixes #2023509 [[Enhancement] Simple extra files manager](https://bugs.launchpad.net/calibre/+bug/2023509) 2023-08-02 20:35:37 +05:30
Kovid Goyal
c419c58c97
string changes 2023-07-25 08:45:52 +05:30
Charles Haley
1807998cc8
Follow the string change made in commit a1a8c92 2023-07-23 09:10:14 +05:30
un-pogaz
59bd2bc260 optimize images 2023-06-24 21:40:11 +02:00
un-pogaz
dda3c97a66 optimize images 2023-06-23 19:07:26 +02:00
ImgBotApp
d1516d6186
[ImgBot] Optimize images
*Total -- 76.60kb -> 60.63kb (20.84%)

/recipes/icons/taz.png -- 3.74kb -> 0.71kb (80.93%)
/recipes/icons/sn_dk.png -- 3.65kb -> 1.28kb (64.93%)
/recipes/icons/prekshaa.png -- 3.55kb -> 1.33kb (62.6%)
/recipes/icons/taipei.png -- 3.94kb -> 1.57kb (60.11%)
/recipes/icons/sfbg.png -- 2.08kb -> 1.43kb (31.24%)
/manual/images/python_template_example.png -- 13.47kb -> 10.50kb (22.02%)
/recipes/icons/piratske_noviny.png -- 1.10kb -> 0.86kb (21.98%)
/recipes/icons/thecodelesscode.png -- 1.06kb -> 0.87kb (17.97%)
/recipes/icons/id_pixel.png -- 0.37kb -> 0.32kb (13.79%)
/recipes/icons/the_insider.png -- 0.41kb -> 0.36kb (12.5%)
/recipes/icons/tjournal.png -- 0.43kb -> 0.38kb (11.9%)
/recipes/icons/nature.png -- 0.81kb -> 0.72kb (11.66%)
/recipes/icons/unian_net.png -- 0.44kb -> 0.39kb (11.61%)
/recipes/icons/pravda_uk.png -- 0.44kb -> 0.39kb (11.61%)
/recipes/icons/pravda_ukraine_ru.png -- 0.44kb -> 0.39kb (11.61%)
/recipes/icons/pravda_ukraine.png -- 0.44kb -> 0.39kb (11.61%)
/recipes/icons/snopes.png -- 2.89kb -> 2.57kb (11.15%)
/recipes/icons/old_games.png -- 0.44kb -> 0.39kb (10.51%)
/recipes/icons/monbiot.png -- 0.73kb -> 0.65kb (10.5%)
/recipes/icons/ukraiyns_tizhdien.png -- 0.56kb -> 0.51kb (8.6%)
/recipes/icons/habr.png -- 0.69kb -> 0.64kb (7.38%)
/recipes/icons/habr_ru.png -- 0.69kb -> 0.64kb (7.38%)
/recipes/icons/kleinezeitung.png -- 2.09kb -> 1.96kb (6.4%)
/imgsrc/srv/fts.svg -- 2.98kb -> 2.79kb (6.35%)
/recipes/icons/n_plus_one.png -- 0.63kb -> 0.60kb (4.98%)
/recipes/icons/the_clinic_online.png -- 0.61kb -> 0.58kb (4.97%)
/recipes/icons/piratska_strana.png -- 0.84kb -> 0.81kb (4.39%)
/imgsrc/folder_saved_search.svg -- 2.26kb -> 2.18kb (3.88%)
/recipes/icons/7x7.png -- 1.43kb -> 1.38kb (3.54%)
/recipes/icons/quanta_magazine.png -- 1.38kb -> 1.34kb (3.12%)
/recipes/icons/unperiodico.png -- 1.22kb -> 1.18kb (3.05%)
/recipes/icons/smith.png -- 0.56kb -> 0.55kb (2.27%)
/recipes/icons/newz_dk.png -- 1.88kb -> 1.84kb (2.23%)
/recipes/icons/thairath.png -- 1.30kb -> 1.28kb (2.03%)
/recipes/icons/novaya_gazeta_europe.png -- 2.62kb -> 2.57kb (1.94%)
/recipes/icons/novaya_gazeta_europe_en.png -- 2.62kb -> 2.57kb (1.94%)
/imgsrc/context_menu.svg -- 1.61kb -> 1.58kb (1.52%)
/imgsrc/external-link.svg -- 0.43kb -> 0.43kb (0.91%)
/recipes/icons/skeptical_enquirer.png -- 2.73kb -> 2.72kb (0.47%)
/imgsrc/srv/fit-to-screen.svg -- 0.29kb -> 0.28kb (0.34%)
/imgsrc/srv/external-link.svg -- 0.42kb -> 0.41kb (0.24%)
/imgsrc/external-link-for-dark-theme.svg -- 0.43kb -> 0.43kb (0.23%)
/recipes/icons/spectator_magazine.png -- 1.46kb -> 1.45kb (0.2%)
/recipes/icons/tagespost.png -- 3.00kb -> 3.00kb (0.16%)
/imgsrc/width.svg -- 1.46kb -> 1.46kb (0.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-06-19 20:48:10 +00:00
Kovid Goyal
bb3bb53270
string changes 2023-05-30 19:35:12 +05:30