From e0e7adb6d5eb80c67afa51410ad8615573c0aff0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Jun 2016 17:45:58 +0530 Subject: [PATCH] Add a small note to the manual about the new text search tool --- manual/edit.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manual/edit.rst b/manual/edit.rst index f3fd4860c8..b9c4295eb9 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -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 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 +word.`` you can search for ``on a word`` and it will be found even +though there is an ```` tag in the middle. Use this +tool via the :guilabel:`Search->Search ignoring HTML markup` menu item. + Automated tools -------------------