mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
User manual: Ensure floating images are cleared before next section heading
This commit is contained in:
parent
b8c960af59
commit
4060fa76b3
@ -190,6 +190,11 @@ As a convenience, you can select multiple HTML files in the Files Browser,
|
||||
right click and choose Link stylesheets to have |app| automatically insert the
|
||||
<link> tags for those stylesheets into all the selected HTML files.
|
||||
|
||||
.. raw:: html epub
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
|
||||
Search & Replace
|
||||
-------------------
|
||||
|
||||
@ -476,6 +481,9 @@ right clicking inside the file in the editor and choosing :guilabel:`Split at
|
||||
multiple locations`. This will allow you to easily split a large file at all
|
||||
heading tags or all tags having a certain class and so on.
|
||||
|
||||
.. raw:: html epub
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
Miscellaneous Tools
|
||||
----------------------
|
||||
|
@ -512,6 +512,11 @@ There is a search bar at the top of the Tag Browser that allows you to easily fi
|
||||
|
||||
You can control how items are sorted in the Tag browser via the box at the bottom 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).
|
||||
|
||||
.. raw:: html epub
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
|
||||
Quickview
|
||||
----------
|
||||
|
||||
@ -537,6 +542,10 @@ You can see if a column can be Quickview'ed by hovering your mouse over the colu
|
||||
|
||||
Quickview respects the virtual library setting, showing only books in the current virtual library.
|
||||
|
||||
.. raw:: html epub
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
Jobs
|
||||
-----
|
||||
.. image:: images/jobs.png
|
||||
@ -544,6 +553,10 @@ Jobs
|
||||
|
||||
The Jobs panel shows the number of currently running jobs. Jobs are tasks that run in a separate process. They include converting ebooks and talking to your reader device. You can click on the jobs panel to access the list of jobs. Once a job has completed you can see a detailed log from that job by double-clicking it in the list. This is useful to debug jobs that may not have completed successfully.
|
||||
|
||||
.. raw:: html epub
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
Keyboard Shortcuts
|
||||
---------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user