diff --git a/manual/edit.rst b/manual/edit.rst index 4efbe441bf..96551b91cb 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -706,6 +706,20 @@ a new book`. function_mode snippets +The Reports tool +^^^^^^^^^^^^^^^^^^^^^ + +The editor includes a nice *Reports* tool (via :guilabel:`Tools->Reports`) that +shows summaries of the files, images, words, characters and styles used in the +book. Every line in the report is hot-linked. Double clicking a line jumps to +the place in the book where that item is used or defined (as appropriate). + +.. image:: images/reports-ss.png + :alt: The Reports tool + :align: center + :class: fit-img + + Special features in the code editor --------------------------------------- diff --git a/manual/images/reports-ss.png b/manual/images/reports-ss.png new file mode 100644 index 0000000000..6f4819ec5c Binary files /dev/null and b/manual/images/reports-ss.png differ