Update docs
This commit is contained in:
parent
61c3df635b
commit
1a7f965993
@ -1,4 +1,8 @@
|
|||||||
import EditRoundedIcon from '@mui/icons-material/EditRounded'
|
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
|
# Tags
|
||||||
|
|
||||||
@ -9,7 +13,7 @@ Tags are a way to organize apps and other items.
|
|||||||
|
|
||||||
## Create and assign tags
|
## 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.
|
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.
|
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.
|
2. In the tags section, press the plus icon.
|
||||||
3. Select an existing tag or create a new one.
|
3. Select an existing tag or create a new one.
|
||||||
4. Assign items to tags by dragging them onto the tags.
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user