From 1a7f9659930736fd181f8f04c3e4b9a65d752729 Mon Sep 17 00:00:00 2001
From: MM20 <15646950+MM2-0@users.noreply.github.com>
Date: Thu, 22 Dec 2022 14:49:57 +0100
Subject: [PATCH] Update docs
---
docs/docs/user-guide/concepts/tags.mdx | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/docs/docs/user-guide/concepts/tags.mdx b/docs/docs/user-guide/concepts/tags.mdx
index 2f59e54e..97c876d4 100644
--- a/docs/docs/user-guide/concepts/tags.mdx
+++ b/docs/docs/user-guide/concepts/tags.mdx
@@ -1,4 +1,8 @@
import EditRoundedIcon from '@mui/icons-material/EditRounded'
+import AddRoundedIcon from '@mui/icons-material/AddRounded'
+import MoreVertRoundedIcon from '@mui/icons-material/MoreVertRounded'
+import DeleteRoundedIcon from '@mui/icons-material/DeleteRounded'
+import CopyRoundedIcon from '@mui/icons-material/ContentCopyRounded'
# Tags
@@ -9,7 +13,7 @@ Tags are a way to organize apps and other items.
## Create and assign tags
-There are two ways to create tags and assign them to items:
+There are three ways to create tags and assign them to items:
1. Long-press any search result and select “Customize” (or the icon) in the menu.
2. Type a comma-separated list of tags into the tags input field.
@@ -20,3 +24,23 @@ OR
2. In the tags section, press the plus icon.
3. Select an existing tag or create a new one.
4. Assign items to tags by dragging them onto the tags.
+
+OR
+
+1. Go to Settings > Search > Tags
+2. On this screen, you can:
+ - Create a new tag by tapping on the in the bottom right corner
+ - Quickly assign multiple apps to a tag:
+ - Tap on a tag
+ - In the dialog sheet, tap on “x items selected”
+ - A list of apps opens where you can select / unselect apps
+ - Rename a tag:
+ - Tap on a tag and change the name in the dialog sheet
+ - Delete a tag:
+ - Tap on the icon and select Delete
+ - Duplicate a tag:
+ - Tap on the and select Duplicate
+ - Merge two tags:
+ - Tap on one of the two tags you want to merge
+ - Change the name of that tag to the name of the other tag
+ - The contents of the two tags will be merged
\ No newline at end of file