mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a small note to the manual about the new text search tool
This commit is contained in:
parent
298b664669
commit
e0e7adb6d5
@ -254,6 +254,15 @@ Function mode allows you to write arbitrarily powerful python functions that
|
|||||||
are run on every Find/replace. You can do pretty much any text manipulation you
|
are run on every Find/replace. You can do pretty much any text manipulation you
|
||||||
like in function mode. For more information, see :doc:`function_mode`.
|
like in function mode. For more information, see :doc:`function_mode`.
|
||||||
|
|
||||||
|
Search ignoring HTML tags
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
There is also a dedicated tool for searching for text, ignoring any HTML tags
|
||||||
|
in between. For example, if the book has the HTML ``Empahisis on a
|
||||||
|
<i>word</i>.`` you can search for ``on a word`` and it will be found even
|
||||||
|
though there is an ``<i>`` tag in the middle. Use this
|
||||||
|
tool via the :guilabel:`Search->Search ignoring HTML markup` menu item.
|
||||||
|
|
||||||
Automated tools
|
Automated tools
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user