Kovid Goyal
6a6704303a
Add sunshine to the FAQ for calibre not starting on windows
2024-11-18 08:32:01 +05:30
Charles Haley
45516e9803
Changes to/involving template_lang.rst
...
1. Alphabetize the function list in Single Function Mode
2. Add some text explaining why the documentation have 'value' as the first parameter but the calls don't.
3. Change the first parameter of some functions to 'value' and add them to the list of SFM functions.
2024-11-15 10:43:41 +00:00
Kovid Goyal
a70e028fb6
Use ffdoc in template_lang.rst
...
Also dont include :ffdoc: in .po file
2024-11-15 12:01:12 +05:30
Kovid Goyal
7a3571cf56
Use the new indent parameter instead of indenting manually
2024-11-12 09:57:55 +05:30
Kovid Goyal
ec445d6c32
Implement indentation for :ffdoc:
2024-11-11 11:12:50 +05:30
Kovid Goyal
c55e66a40a
Check how :ffdoc: works for more complex functions
...
We need to add a parameter to set output indentation otherwise
sub lists and code blocks break the outer list.
2024-11-11 10:48:24 +05:30
Kovid Goyal
6458b10f4b
Add a new RST role :ffdoc: to insert the generated RST markup for a formatter function
...
Needs testing to ensure that it works when called in contexts likea
bulleted list, not sure how well the generated markup works when place
after a bullet.
2024-11-11 10:29:39 +05:30
Kovid Goyal
617b7f146d
...
2024-11-11 09:44:49 +05:30
Kovid Goyal
96b521a1ff
Port the generation of template language function reference to new code
...
Note that in other documentation, the function reference can be linked
to using
:ref:`ff_function_name` for example, :ref:`ff_add`
2024-11-11 09:38:14 +05:30
Kovid Goyal
723eabfc53
string changes
2024-11-10 08:34:37 +05:30
Charles Haley
7998e6993d
Enhancement #2086801 : Add note about non-English dates to format_date() documentation.
2024-11-06 20:15:55 +00:00
Kovid Goyal
b7f31ef58b
...
2024-11-04 09:03:15 +05:30
Kovid Goyal
21f4efb892
Add a FAQ entry about the ColorSoft
...
The trajectory of these "tech" companies is so damn predictable.
2024-11-03 22:38:43 +05:30
Kovid Goyal
c74dd657d4
string changes
2024-10-29 05:29:54 +05:30
Charles Haley
3f53434867
Improvements to the has_notes() template function:
...
- Return the list of item values with notes if the empty string is passed as the value
- Add documentation to the template language page.
2024-10-28 13:15:32 +00:00
Charles Haley
8b756df123
Ooops -- forgot to change field_inlist to inlist_field in the template tester's highlighter and in a few places in the documentation.
2024-10-23 16:39:03 +01:00
Charles Haley
1e766f8843
Changes to use a suffix instead of a prefix for 'field' functions and operators.
2024-10-22 13:56:34 +01:00
Charles Haley
0e3f821cbb
We're starting to get several functions and operators that directly operate on fields. I decided to use a naming convention where they begin with "field_". This commit changes the existing function format_date_field() to field_format_date(), adding an alias for the original name for compatibility.
2024-10-21 23:24:55 +01:00
Charles Haley
b938f2500f
New template operator 'field_inlist'. It operates directly on data in a multi-valued field instead of converting the field to a string then splitting it.
2024-10-21 16:47:43 +01:00
Kovid Goyal
c99c8714b4
Clarify wording
2024-10-21 09:19:50 +05:30
Kovid Goyal
1440a49cda
string changes
2024-10-20 13:57:35 +05:30
Charles Haley
4f46ae4707
New formatter function 'field_list_count('lookup_name')': returns the length of the multi-valued field 'lookup_name' without first converting it to a string. This is much faster than the existing function list_count()
2024-10-18 18:17:15 +01:00
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