117 lines
5.8 KiB
Plaintext

/*! \page tagging_page Tagging
Tagging (or Bookmarking) allows you to create a reference to a file or object and easily find it later or include it in a \ref reporting_page "report". Tagging is also used by the \ref central_repo_page "central repository" to mark items as notable.
\section tagging_items Tagging items
When an interesting item is discovered, the user can tag it by right-clicking the item and selecting one of the tag options.
When you tag a Blackboard artifact result, you have the choice to either:
- Tag File -- use this when the file itself is of interest
- Tag Result -- use this when the result is of interest
Which to choose depends upon the context and what you desire in the final report.
\image html tagging-1.PNG
At this point there are three options:
- Use one of the existing tags to add it to the file/result without a comment
- Tag and Comment -- use this if you need to add a comment about this tag
\image html tagging-2.PNG
- New tag -- Create a new tag and add it to the file/result
\image html tagging_new_tag.PNG
There are several default tag names:
- Bookmark - Default tag for marking files of interest
- CAT-1 through CAT-5 - For law enforcement use
- Follow Up - Default tag for marking files to follow up on
- Notable item - Default tag for indicating that an item should be marked as notable in the central repository
You can also create custom tag names. These tag names will be automatically saved for future use and will be displayed above the default tag names.
If you just want to tag the item with the default "Bookmark" tag, you can also use the keyboard shortcut control+B instead of going through the menus.
You can also apply tags to groups of items at once. Select multiple items in the Blackboard, right click, and add the appropriate tag.
Items may have more than one tag.
Tagged results are shown in the "Results" portion of the tree under "Tags". Tagged items are also highlighted in the Results Viewer.
\image html tagging-4.PNG
\section image_tagging Image tagging
When you have an image selected in the \ref result_viewer_page, you'll see a "Tags Menu" option in the upper right of the "Application" \ref content_viewer_page "Content Viewer". This allows you to tag only a selected area of the image. Image tagging is currently only enabled on Windows.
\image html tagging_image_menu.png
\subsection image_tagging_creation Creating an image tag
To start, select the "Create" option on the tags menu. You may then left-click and drag on the image to create a rectangle (which will be your 'tag'). When you release the mouse, you'll be able to apply a tag name (and optionally a comment) to your image tag.
\image html tagging_image_select.png
You can add a new tag name using the "New Tag" button.
\image html tagging_image_create_tag.png
Once you choose the tag name you'll see a red outline in the image around the section you chose.
\image html tagging_image_one_tag.png
You can create multiple tags in the same image.
\image html tagging_image_multiple.png
If you want to temporarily hide the tag outlines, select "Hide" from the tags menu. You can then select "Show" to see them again. The outlines will also reappear if you switch to a different item in the Result Viewer and come back.
\subsection image_tagging_editing Selecting, resizing and deleting an image tag
In order to resize or delete an image tag, you will need to first select it. You can do this by left clicking anywhere inside (or on) the image tag. Selected tags can be resized by dragging any of the 8 handles that appear. The resized dimensions will automatically be saved when the mouse is released.
\image html tagging_image_edit_tag.png
Selecting a tag will also enable the "Delete" option in the tags menu. Deleting a tag is an irreversible operation, so please use caution.
\subsection image_tagging_report Exporting and reporting on image tags
If you want to save the image with the tag outline, select "Export" from the tags menu. The result will always be a PNG file. Note that using the "Extract File(s)" option from the right-click menu in the Result Viewer will export the original image.
You'll also be able to see the image tags in an \ref report_html "HTML report".
\image html tagging_image_report.png
\section managing_tags Managing tags
The list of tags can be edited through the Tags tab on the Options menu.
\image html tagging-5.PNG
From here, new tags can be added, existing tags can be edited, and user-created tags can be deleted. Note that deleting a tag does not remove it from any tagged items, and that tag will still be usable in any case where it has been used to tag an item.
\image html tagging-6.PNG
If using the central repository, changing the notable status will effect tagged items in the current case only in the following way:
- If "File A" is tagged with "Tag A", which is not notable, and then "Tag A" is switched to notable, "File A" will be marked as notable in the central repository
- If "File B" is tagged with "Tag B", which is notable, and then "Tag B" is switched to non-notable, if there are no other notable tags on "File B" then its notable status in the central repository will be removed.
\section user_tags Hiding tags from other users
Tags are associated with the account name of the user that tagged them. This information is visible through selecting items under the "Tags" section of the directory tree:
\image html tagging_user_name.png
or through the \ref cv_annotations content viewer:
\image html content_viewer_annotations.png
It is possible to hide all tagged files and results in the "Tags" area of the tree that were tagged by other users. Open the \ref view_options_page menu either through the gear icon above the directory tree or through Tools->Options, and then select the checkbox to hide other users' tags in the tags area of the tree.
\image html tagging_view_options.png
*/