mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
32ed99b702
commit
a41c3b775c
@ -914,7 +914,7 @@
|
|||||||
|
|
||||||
- News download: Fix URLs with spaces in them not being downloaded since calibre 5.0
|
- News download: Fix URLs with spaces in them not being downloaded since calibre 5.0
|
||||||
|
|
||||||
- [1933989] When searching for books by an author from the manage authors dialog, use exact matches
|
- [1933989] When searching for books by an author from the Manage authors dialog, use exact matches
|
||||||
|
|
||||||
- [1933797] MOBI Output: Fix invalid color specification as plain numbers causing conversion to fail
|
- [1933797] MOBI Output: Fix invalid color specification as plain numbers causing conversion to fail
|
||||||
|
|
||||||
|
@ -582,7 +582,7 @@ occurrence of the search query in a particular book, not list every occurrence,
|
|||||||
for that it is best to search inside the book using the calibre :guilabel:`E-book viewer`.
|
for that it is best to search inside the book using the calibre :guilabel:`E-book viewer`.
|
||||||
|
|
||||||
You can re-index an individual book by right clicking on the :guilabel:`Book
|
You can re-index an individual book by right clicking on the :guilabel:`Book
|
||||||
details panel` in calibre and choose :guilabel:`Re-index this book for full
|
details panel` in calibre and choosing :guilabel:`Re-index this book for full
|
||||||
text searching`.
|
text searching`.
|
||||||
|
|
||||||
Virtual libraries
|
Virtual libraries
|
||||||
@ -696,7 +696,7 @@ Hierarchical items (items with children) use the same four 'click-on' searches a
|
|||||||
|
|
||||||
You can drag and drop items in the Tag browser onto User categories to add them to that category. If the source is a User category, holding the :kbd:`Shift` key while dragging will move the item to the new category. You can also drag and drop books from the book list onto items in the Tag browser; dropping a book on an item causes that item to be automatically applied to the dropped books. For example, dragging a book onto Isaac Asimov will set the author of that book to Isaac Asimov. Dropping it onto the tag History will add the tag History to the book's tags.
|
You can drag and drop items in the Tag browser onto User categories to add them to that category. If the source is a User category, holding the :kbd:`Shift` key while dragging will move the item to the new category. You can also drag and drop books from the book list onto items in the Tag browser; dropping a book on an item causes that item to be automatically applied to the dropped books. For example, dragging a book onto Isaac Asimov will set the author of that book to Isaac Asimov. Dropping it onto the tag History will add the tag History to the book's tags.
|
||||||
|
|
||||||
You can easily find any item in the Tag browser by clicking the search button at the lower-right corner. In addition, you can right click on any item and choose one of several operations. Some examples are to hide it, rename it, or open a "Manage x" dialog that allows you to manage items of that kind. For example, the "Manage Authors" dialog allows you to rename authors and control how their names are sorted.
|
You can easily find any item in the Tag browser by clicking the search button at the lower-right corner. In addition, you can right click on any item and choose one of several operations. Some examples are to hide it, rename it, or open a "Manage x" dialog that allows you to manage items of that kind. For example, the :guilabel:`Manage authors` dialog allows you to rename authors and control how their names are sorted.
|
||||||
|
|
||||||
You can control how items are sorted in the Tag browser via the :guilabel:`Configure` button at the lower-left of the Tag browser. You can choose to sort by name, average rating or popularity (popularity is the number of books with an item in your library; for example, the popularity of Isaac Asimov is the number of books in your library by Isaac Asimov).
|
You can control how items are sorted in the Tag browser via the :guilabel:`Configure` button at the lower-left of the Tag browser. You can choose to sort by name, average rating or popularity (popularity is the number of books with an item in your library; for example, the popularity of Isaac Asimov is the number of books in your library by Isaac Asimov).
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ authors_completer_append_separator = False
|
|||||||
# nocomma : "fn ln" -> "ln fn" (without the comma)
|
# nocomma : "fn ln" -> "ln fn" (without the comma)
|
||||||
# When this tweak is changed, the author_sort values stored with each author
|
# When this tweak is changed, the author_sort values stored with each author
|
||||||
# must be recomputed by right-clicking on an author in the left-hand tags
|
# must be recomputed by right-clicking on an author in the left-hand tags
|
||||||
# panel, selecting 'Manage Authors', and pressing
|
# panel, selecting 'Manage authors', and pressing
|
||||||
# 'Recalculate all author sort values'.
|
# 'Recalculate all author sort values'.
|
||||||
#
|
#
|
||||||
# The author_name_suffixes are words that are ignored when they occur at the
|
# The author_name_suffixes are words that are ignored when they occur at the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user