1231 Commits

Author SHA1 Message Date
Kovid Goyal
b966579e88
Pre-import calibre.utils.img when building manual as otherwise importing it can fail 2022-03-17 19:22:29 +05:30
Kovid Goyal
91532c8ea9
string changes 2022-02-16 11:04:09 +05:30
Kovid Goyal
2709a3eb88
OpenOffice -> LibreOffice 2022-02-09 08:48:12 +05:30
Kovid Goyal
ff71a384db
String changes 2022-02-08 11:30:25 +05:30
Kovid Goyal
cab955630c
User manual: Fix mart quotes and dashes not rendered in PDF version
Move to lualatex instead of pdflatex as the latex engine. Hopefully it
doesnt break something else.
2022-02-06 08:26:15 +05:30
Kovid Goyal
cdecdaf519
rename hotmail to outlook 2022-02-01 19:48:22 +05:30
Kovid Goyal
885be4936f
... 2022-02-01 15:05:47 +05:30
Kovid Goyal
0d14705d6a
string changes 2022-01-23 12:43:08 +05:30
Kovid Goyal
ad12732edc
less confusing name for website_en 2022-01-21 15:33:20 +05:30
Kovid Goyal
38aca62463
Use sphinx extlinks for various website links 2022-01-21 10:54:42 +05:30
Kovid Goyal
17eee10e6a
string changes 2022-01-11 12:16:45 +05:30
Kovid Goyal
3ce5b7f2ad
Update paths to workaround Apple's security theatre 2021-12-23 10:23:56 +05:30
Charles Haley
a66904bd9e Minor message error I happened to notice. 2021-12-16 17:05:46 +00:00
Kovid Goyal
b83560f85c
string changes 2021-12-16 21:58:01 +05:30
Kovid Goyal
d350a121d8
Edit book: Spell check: Add an exclude files button 2021-12-16 21:26:44 +05:30
Kovid Goyal
988b7d97f2
Edit book: Allow adding a comment to an individual HTML/OPF/NCX file to exclude it from being checked when running the spell check tool 2021-12-14 15:46:20 +05:30
Kovid Goyal
4142b93443
string changes 2021-12-14 14:44:45 +05:30
Kovid Goyal
c45ef9be71
String changes 2021-11-25 10:45:19 +05:30
Kovid Goyal
a613277837
Remove mention of Calibre Companion from the FAQ
It is no longer maintained or supported. Also mention OPDS support.
Fixes #1946564 [Web user-manual Android page update](https://bugs.launchpad.net/calibre/+bug/1946564)
2021-11-24 11:42:38 +05:30
Kovid Goyal
1e12201376
String changes 2021-11-23 21:12:52 +05:30
Kovid Goyal
7d85958b57
more meaningless pyqt busywork
PyQt6 makes exec_() no longer available as an alias for exec(). Just to
waste my time, I suppose.
2021-11-19 21:05:35 +05:30
Kovid Goyal
93f3ef821b
Add a brief note about Transform HTML to the manual 2021-11-19 17:33:35 +05:30
Kovid Goyal
20fb5905c8
string changes 2021-11-15 08:10:35 +05:30
Kovid Goyal
dc21508a39
Edit book: Allow merging HTML files by drag and drop of the files onto another HTML file 2021-11-14 13:56:34 +05:30
Kovid Goyal
852e5ca1dd
string changes 2021-11-14 11:20:47 +05:30
Kovid Goyal
3799336890
string changes 2021-11-14 08:51:33 +05:30
Kovid Goyal
9375ee1ed5
... 2021-11-12 08:48:41 +05:30
Kovid Goyal
f3ef3c85dd
Suppress duplicated toc entry in epub warnings 2021-11-12 08:35:22 +05:30
Kovid Goyal
57d99500b4
Fix docutils warnings 2021-11-12 08:30:57 +05:30
Charles Haley
cfcbc407a3 Add new formatter function "current_virtual_library_name(). 2021-11-10 15:49:47 +00:00
Kovid Goyal
e29eb5fec9
Cleanup previous PR 2021-11-07 10:30:38 +05:30
Eli Schwartz
6d7a42ab6a
manual/customizing: reword intro, mention that plugins can be shared
And while we are at it, add a simple disclaimer that plugins and themes
are not part of calibre and support for them is handled externally via
their support threads.
2021-11-06 21:41:08 -04:00
Kovid Goyal
ed9703a522
string change 2021-10-06 15:33:18 +05:30
Kovid Goyal
f70125774e
string changes 2021-10-04 16:05:01 +05:30
Christian Clauss
3e81179175 Fix more typos 2021-10-02 17:15:24 +02:00
Kovid Goyal
e2c9a16829
Viewer: Add some CSS variables and classes that allow writing calibre specific CSS in ebooks 2021-08-12 08:36:42 +05:30
Kovid Goyal
69eac37671
Fix incorrect docs for date_arithmetic() 2021-06-04 05:01:30 +05:30
Charles Haley
e03405df1b New formatter function 'date_arithmetic' that simplifies computing new dates from an existing one 2021-06-03 15:31:55 +01:00
Kovid Goyal
5993017df9
String changes 2021-05-15 14:24:27 +05:30
Kovid Goyal
53e42361d5
string changes 2021-05-10 07:44:02 +05:30
Kovid Goyal
752f8de057
String changes 2021-05-07 11:44:33 +05:30
Kovid Goyal
f4bfb45601
String changes 2021-05-03 13:47:46 +05:30
Kovid Goyal
f1e7f52063
Only generate back links to localized versions of the website if they exist 2021-04-29 07:03:59 +05:30
Kovid Goyal
dbe1676212
String changes 2021-04-28 09:26:53 +05:30
Kovid Goyal
95a9042e48
String changes 2021-04-26 08:31:30 +05:30
Kovid Goyal
5ce4532f2a
Update instructions for using lookup in the manual 2021-04-25 17:40:34 +05:30
Kovid Goyal
0dc1dac0b9
E-book viewer: Right clicking when text is selected should extend the selection instead of doing nothing. Fixes #1925390 [[Enhancement - Viewer] Right-clicking to deselect text](https://bugs.launchpad.net/calibre/+bug/1925390) 2021-04-25 13:54:13 +05:30
Charles Haley
7d3c0b5b05 More template stuff:
- Replace the newline() function with the character('name') function
- Document the new function
- In the template editor/debugger, display special characters like newline as escaped characters
2021-04-21 16:44:16 +01:00
Kovid Goyal
0f34f3c593
Fix #1924893 [English text in code block (manual)](https://bugs.launchpad.net/calibre/+bug/1924893) 2021-04-18 13:38:18 +05:30
Charles Haley
a5585acebb Fix typo (the the). 2021-04-17 14:22:08 +01:00