Kovid Goyal
f481b12325
...
2017-01-30 20:35:27 +05:30
Kovid Goyal
3c2dc72337
...
2017-01-30 20:32:25 +05:30
Kovid Goyal
d025bc327d
...
2017-01-27 14:05:50 +05:30
Kovid Goyal
9c793c7b1d
http->https for many links in the manual
2017-01-21 14:53:26 +05:30
Kovid Goyal
422e4312a6
Update some user manual links
2017-01-15 20:18:39 +05:30
Kovid Goyal
02e1c594d6
...
2017-01-13 17:16:13 +05:30
Kovid Goyal
0448865f31
Change links pointing to mobileread to use https
2017-01-09 08:44:14 +05:30
Charles Haley
27a540aa37
Update FAQ to mention iOS Calibre Companion
2016-12-15 11:54:31 +01:00
Kovid Goyal
05bec937b5
Edit Book: Allow bulk changing of file extension for selected files by right clicking ont he selected files in the file browser. Fixes #1643232 [Enhancement request : bulk rename file extensions]( https://bugs.launchpad.net/calibre/+bug/1643232 )
2016-11-20 10:03:01 +05:30
Kovid Goyal
2259fbc23d
...
2016-11-16 16:48:51 +05:30
Kovid Goyal
1a2ae4a05e
...
2016-11-09 19:26:52 +05:30
Kovid Goyal
6b97eb8658
...
2016-11-03 13:42:20 +05:30
Kovid Goyal
253b83a89c
...
2016-10-15 22:54:43 +05:30
Kovid Goyal
ab39c2fe1d
...
2016-10-14 15:52:20 +05:30
Kovid Goyal
855f0f4828
Add documentation for the new download resources tool
...
Also move the external links tools into their own sub-menu
2016-10-13 10:32:43 +05:30
Kovid Goyal
799ed0a4ba
...
2016-10-12 08:33:34 +05:30
Kovid Goyal
ec57188e52
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-09-13 06:32:41 +05:30
Kovid Goyal
33fef93f59
...
2016-09-13 06:24:17 +05:30
Charles Haley
4ef1c42505
Remove a stray single quote.
2016-09-12 20:38:04 +02:00
Charles Haley
5f5b2d9b78
Fix example for using composite columns and lookup to switch paths in a save template by adding the # to the lookup name
2016-09-12 20:32:41 +02:00
Kovid Goyal
f629347c7a
...
2016-08-31 07:43:53 +05:30
Kovid Goyal
efaa5308a9
...
2016-08-26 15:07:52 +05:30
Kovid Goyal
ccecdfb0d4
...
2016-08-14 12:30:03 +05:30
Kovid Goyal
4815820f9b
Merge branch 'regexfn_result_dialog' of https://github.com/Mymei2/calibre
2016-08-11 09:08:14 +05:30
Mymei
2479e304e9
Configurable suppression of replace result dialog (see 1610658)
...
This is the second part of the proposal filed originally as bug #1609111 .
The result dialog, shown after replacements, slows down book editing in some cases.
For example, when the user repeatedly applies his own regex-function to relatively small pre-marked text fragments.
User should have a choice to suppress the result dialog.
This implementation allows for the following switch inside the user replace function:
replace.suppress_result_dialog = True
This way it nicely fits to the first part (see #1609111 ) and it allows individual configuration from case to case.
Actually, it's not dependent on the other two switches ('call_after_last_match' and 'append_final_output_to_marked'),
so it can be used in combination with any of them or even individually.
This implementation also should not have any impact on other modes of work and it should not change the previous behavior.
It also should not break the backwards compatibility, I hope.
2016-08-10 19:29:29 +02:00
Kovid Goyal
0cb677fb90
Edit book: Function mode: Allow appending text to the end of the marked text when running function mode search/replace on marked text
...
Merge branch 'regexfn_return_value' of https://github.com/Mymei2/calibre
2016-08-08 10:03:11 +05:30
Kovid Goyal
a699cbc09a
PDF Output: Add a new variable _TOP_LEVEL_SECTION_ for use in header/footer templates that resolves to the current top-most section in the Table of Contents
2016-08-08 09:52:46 +05:30
Kovid Goyal
ce9d5f4104
Convert more URLs to use https
2016-06-17 10:26:44 +05:30
Kovid Goyal
bc2f455b51
...
2016-06-11 06:48:54 +05:30
Kovid Goyal
e0e7adb6d5
Add a small note to the manual about the new text search tool
2016-06-02 17:45:58 +05:30
Kovid Goyal
57d53a8a3b
Dont use ImageMagick when building the manual
2016-05-04 14:07:22 +05:30
Kovid Goyal
83548b11b4
...
2016-04-29 20:06:16 +05:30
Kovid Goyal
1a5b295c82
User manual: Update google analytics to modern version
2016-04-28 07:39:42 +05:30
Kovid Goyal
d363628887
...
2016-04-17 22:15:24 +05:30
Kovid Goyal
604b6b36c7
...
2016-04-17 21:51:58 +05:30
Kovid Goyal
d41e6ca3b1
...
2016-04-17 21:51:00 +05:30
Kovid Goyal
c73eb12895
...
2016-04-17 18:51:53 +05:30
Kovid Goyal
d38c80852d
...
2016-04-17 18:30:44 +05:30
Kovid Goyal
6a5de3a8fe
...
2016-04-17 18:03:09 +05:30
Kovid Goyal
36f1bd005f
Update list of known crashers
2016-04-17 09:08:43 +05:30
Kovid Goyal
78bb3ce28c
...
2016-04-15 16:59:51 +05:30
Kovid Goyal
614d94496e
Make quotes in the cli docs not be curly
2016-04-15 09:42:15 +05:30
Kovid Goyal
8f99ca2bae
Manual: Use the :option: directive instead of :cmdoption: as it allows for cross-linking
2016-04-15 09:29:40 +05:30
Kovid Goyal
220064441c
Add an environment variable (CALIBRE_NO_DEFAULT_PROGRAMS) to prevent calibre from automatically registering with the Open With subsystem on windows
2016-04-14 08:15:42 +05:30
Kovid Goyal
f1b57dd278
...
2016-03-20 23:48:22 +05:30
Kovid Goyal
26ee920fd8
...
2016-03-12 08:00:16 +05:30
Kovid Goyal
61ae37d726
Re-design the Look & Feel section of the conversion dialog to make options better organized
2016-03-10 12:27:42 +05:30
Kovid Goyal
2da3c9d30b
Edit Book: A new tool to transform book styling using easy to create rules.
...
For example, you can create rules to change colors in the book or to
double the font size of all text in the book, etc. For details, see
https://manual.calibre-ebook.com/edit.html#transforming-css-properties
2016-03-10 11:04:04 +05:30
Kovid Goyal
a573b1f168
Improve the FAQ entry on broken shell extensions causing file dialog crashes
2016-03-07 10:19:53 +05:30
Kovid Goyal
a619ed9ce4
Proper titlecasing for generated group titles in cli manual pages
2016-03-05 09:46:18 +05:30