mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 00:35:53 +01:00
...
This commit is contained in:
parent
bd7bba7fae
commit
efcee358da
1 changed files with 4 additions and 1 deletions
|
|
@ -145,7 +145,8 @@ automatically incremented for every successive match.
|
|||
|
||||
Another new feature is the use of ``replace.file_order`` -- setting that to
|
||||
``'spine'`` means that if this search is run on multiple HTML files, the files
|
||||
are processed in the order in which they appear in the book.
|
||||
are processed in the order in which they appear in the book. See
|
||||
:ref:`file_order_replace_all` for details.
|
||||
|
||||
|
||||
Auto create a Table of Contents
|
||||
|
|
@ -333,6 +334,8 @@ function from python. The output of print will be displayed in a popup window
|
|||
after the Find/replace has completed. You saw an example of using ``print()``
|
||||
to output an entire table of contents above.
|
||||
|
||||
.. _file_order_replace_all:
|
||||
|
||||
Choose file order when running on multiple HTML files
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue