995 Commits

Author SHA1 Message Date
Charles Haley
47de6e084d Enhancement: add 'elif' to the formatter if expression 2020-10-12 12:08:23 +01:00
Kovid Goyal
216c5a3629
String changes 2020-10-08 09:58:26 +05:30
Kovid Goyal
85ba1a3cc1
Add a shirtcut (Shift+V) to open the last read book. Fixes #1897336 [[Enhancement] Add shortcut to view last viewed book](https://bugs.launchpad.net/calibre/+bug/1897336) 2020-10-06 09:41:20 +05:30
Kovid Goyal
2395bc85a8
String changes 2020-10-03 18:36:12 +05:30
Kovid Goyal
bc34075d05
String changes 2020-10-03 15:26:32 +05:30
Kovid Goyal
2d9ac6aa54
Basic cleanups for the python template function merge 2020-10-03 09:18:18 +05:30
Charles Haley
1c56c41b80 Fix the manual 2020-10-02 08:11:51 +01:00
Charles Haley
f839ac96e3 Stored templates 2020-10-01 09:41:18 +01:00
Charles Haley
40a77e05d8 ... 2020-09-28 14:19:09 +01:00
Charles Haley
d4798a11e5 Update the manual 2020-09-28 13:59:24 +01:00
Kovid Goyal
51a0dfa54f
Remove obsolete disclaimer 2020-09-28 08:09:47 +05:30
Kovid Goyal
0699bbfee6
Cleanup search template documentation 2020-09-27 10:15:58 +05:30
Charles Haley
dac576f52b
Change the separator to make it easier to read and to write: #@#:[tdnb]: 2020-09-27 10:05:14 +05:30
Charles Haley
ae189e0eee
Enhancement: allow using templares in search strings 2020-09-27 10:05:13 +05:30
Kovid Goyal
2162b4f597
Plugin updater dialog should not break if an installed plugin incorrectly has a string based version number 2020-09-26 07:59:17 +05:30
Kovid Goyal
200e9d0602
String changes 2020-09-25 07:32:38 +05:30
Kovid Goyal
b69386b46e
Add some text to highlighting section in manual 2020-09-24 08:30:31 +05:30
Kovid Goyal
69d44f9e00
Add entry for resort shortcut to manual 2020-09-23 14:24:35 +05:30
Charles Haley
951f1199c8 Add a new formatter function 'connected_device_name' 2020-09-21 22:25:13 +01:00
Kovid Goyal
d0d0bdd998
Fix warnings from sphinx and gettext 2020-09-20 09:15:50 +05:30
Charles Haley
fb9a388c08 Unreported bug: the V4 template language treated None values as zero. These changes make the new processor do the same thing. Also update the documentation, 2020-09-14 00:59:38 +01:00
Kovid Goyal
f479fca692
Fix #1895425 [[Enhancement] Browse annotations action in the dropdown menu for View in the toolbar](https://bugs.launchpad.net/calibre/+bug/1895425) 2020-09-13 16:46:03 +05:30
Kovid Goyal
1673d646d6
String changes 2020-09-13 16:07:26 +05:30
Kovid Goyal
db8a54a90a
Document the shortcut to toggle the search bar 2020-09-08 08:28:54 +05:30
Charles Haley
7086be4fe2 Update template documentation 2020-09-06 13:07:15 +01:00
Kovid Goyal
dc3b4dedf7
Add a note about Microsoft PowerToys interfering with the installer 2020-09-05 06:37:21 +05:30
Kovid Goyal
61c10cedff
Revert "Switch from Adsense to BSA in the manual"
This reverts commit 62ae03ab549c89e1fb202db89f0b8d13ad99227f.
2020-09-02 18:41:41 +05:30
Kovid Goyal
ce4db74039
String changes 2020-09-01 10:39:36 +05:30
Kovid Goyal
72aa1ee196
String changes 2020-08-30 08:05:30 +05:30
Kovid Goyal
9f1e1e5a18
Use the more powerful regex engine for book list and metadata from filename
Fixes #1893371 [regex [[\w--[A-Z]] does not work](https://bugs.launchpad.net/calibre/+bug/1893371)
2020-08-29 10:06:06 +05:30
Kovid Goyal
dec4ad041f
Fix #1892579 [[Translation] Parts of the calibredb section in the User Manual are not translatable](https://bugs.launchpad.net/calibre/+bug/1892579) 2020-08-24 12:29:20 +05:30
Kovid Goyal
1a4046909e
typo 2020-08-24 07:47:29 +05:30
Kovid Goyal
f2ee824706
Fix building of POT for user manual 2020-08-23 13:57:30 +05:30
Kovid Goyal
7bfaa55381
Add a note on how to sync annots with the browser viewer 2020-08-22 18:48:25 +05:30
Kovid Goyal
6af3aefb50
Fix sphinx deprecation warning 2020-08-22 18:48:24 +05:30
Kovid Goyal
1fcd002121
Adjust documentation for new selection bar 2020-08-22 18:48:21 +05:30
Kovid Goyal
5db444644f
Highlighting should be a top level section 2020-08-22 18:48:15 +05:30
Kovid Goyal
87850cbb7f
Add some documentation for highlighting 2020-08-22 18:48:15 +05:30
Kovid Goyal
e372db985f
Port sphinx diffing code to py3 2020-08-22 18:48:07 +05:30
Kovid Goyal
e0699fe01a
Change python min version requirement 2020-08-22 18:48:06 +05:30
Kovid Goyal
61b829dd4a
Get the manual building 2020-08-22 18:48:02 +05:30
Kovid Goyal
01b0fba8ad
Auto fix excess blank lines 2020-08-22 18:47:56 +05:30
Kovid Goyal
764e8bff7e
Remove py3 conditionals 2020-08-22 18:47:56 +05:30
Kovid Goyal
9ff27782de
Remove useless __future__ imports
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
9d881ed2fc
version 4.23.0 2020-08-21 07:09:18 +05:30
Kovid Goyal
623d28fa07
Update link to calibre blog article on custom columns 2020-08-10 22:42:02 +05:30
Kovid Goyal
62ae03ab54
Switch from Adsense to BSA in the manual 2020-08-03 22:39:41 +05:30
Charles Haley
6e4dada20c Enhancement: add some math functions to the template language: ceiling, floor, fractional_part, mod, and round. 2020-07-31 12:57:13 +01:00
Kovid Goyal
c098a23a36
Fix title page not identified in sphinx generated epub 2020-07-31 13:43:59 +05:30