1261 Commits

Author SHA1 Message Date
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
Kovid Goyal
fed9f5dcd7
string changes 2021-04-17 10:33:25 +05:30
Charles Haley
8228daab7b Template language enhancement: add the 'inlist' operator 2021-04-15 14:56:16 +01:00
Kovid Goyal
75333c2b54
Allow auto scrolling through the list of books by pressing the X key. The speed of scrolling can be controlled in Preferences->Look & feel->Cover browser. Useful to have a "slideshow" of book covers
Fixes #1917634 [[Enhancement] Add slideshow capability to cover browser](https://bugs.launchpad.net/calibre/+bug/1917634)
2021-04-15 18:01:48 +05:30
Kovid Goyal
52a79da4aa
string changes 2021-04-11 13:33:04 +05:30
Kovid Goyal
aebc379845
string changes 2021-04-08 08:53:08 +05:30
Charles Haley
0999e9726f Template documentation updates 2021-04-06 15:25:09 +01:00
Kovid Goyal
f009b8c64b
... 2021-04-06 08:05:18 +05:30
Kovid Goyal
541178ade0
string changes 2021-03-31 21:47:57 +05:30
Kovid Goyal
a80357301c
... 2021-03-28 16:10:05 +05:30
Kovid Goyal
3848fb45d0
String changes 2021-03-27 20:39:10 +05:30
Charles Haley
1311c84d11 Template function format_date() improvement: add 'to_number' and 'from_number' as valid formats 2021-03-25 19:31:12 +00:00
Charles Haley
7e95562329 Fix Jellby's second example. 2021-03-25 13:13:07 +00:00
Charles Haley
c2a25a8bd1 Bug #1921348: English text in code block. Many other cleanup, spelling, and grammar changes. 2021-03-25 13:05:02 +00:00
Charles Haley
b173eb4636 Add field references to the language syntax. $authors is the same as field('authors'). $$pubdate is the same as raw_field('pubdate'). 2021-03-24 12:49:49 +00:00
Kovid Goyal
4ad268224f
Edit book: When right clicking on a class in a HTML file, add an option to rename the class throughout the book 2021-03-24 16:12:02 +05:30
Kovid Goyal
5ba9dbe940
Add a note about uploading large books when reverse proxying with nginx 2021-03-22 09:38:54 +05:30
Kovid Goyal
02aeec9234
Merge branch 'patch-1' of https://github.com/0verk1ll/calibre 2021-03-20 20:16:09 +05:30
overkill
1aca333f16
Added Explicit Semicolon
This is to address a recommendation from LGTM (https://lgtm.com/projects/g/kovidgoyal/calibre/?mode=tree&severity=recommendation&ruleFocus=4860080).
2021-03-20 10:33:02 -04:00
Kovid Goyal
dee2b114c0
... 2021-03-20 19:20:57 +05:30
Kovid Goyal
8b4d27a75b
... 2021-03-16 18:17:27 +05:30