Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Dec 22, 2022
1 parent 61c3df6 commit 1a7f965
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/docs/user-guide/concepts/tags.mdx
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 <EditRoundedIcon /> icon) in the menu.
2. Type a comma-separated list of tags into the tags input field.
Expand All @@ -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 <AddRoundedIcon /> 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 <MoreVertRoundedIcon /> icon and select <DeleteRoundedIcon /> Delete
- Duplicate a tag:
- Tap on the <MoreVertRoundedIcon /> and select <CopyRoundedIcon /> 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

0 comments on commit 1a7f965

Please sign in to comment.