File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
src/routes/docs/customize-settings/tags Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Tags
3+ ---
4+
5+ <script >
6+ import { InfoBar } from " fluent-svelte" ;
7+ </script >
8+
9+ The ** Tags** settings page helps you manage tags.
10+
11+ ## Adding new tags
12+
13+ Create tags that reflect your workflow:
14+
15+ 1 . Click the ** New tag** button.
16+ 2 . Type in a name that describes your tag.
17+ 3 . Choose a color—or stick with the randomly selected one.
18+ 4 . Click ** Create** to save it.
19+
20+ You'll now see the tag available when tagging files and folders throughout the app.
21+
22+ ## Editing existing tags
23+
24+ Fine-tune your tags as your needs evolve:
25+
26+ 1 . Click the ** Edit** button beside the tag you'd like to change.
27+ 2 . Update the name to better reflect its purpose.
28+ 3 . Select a new color, if desired.
29+ 4 . Click ** Save** to apply your changes.
30+
31+ <InfoBar severity =" information " >
32+ Tag changes will reflect across existing items with those tags.
33+ </InfoBar >
34+
35+ ## Deleting tags
36+
37+ Clean up old or unused tags:
38+
39+ 1 . Click the ** Delete** button next to the tag you want to remove.
40+ 2 . Confirm the deletion in the prompt.
41+
42+ <InfoBar severity =" information " >
43+ Deleting a tag removes it from all associated files and folders, but don't worry, the items themselves will not be deleted.
44+ </InfoBar >
You can’t perform that action at this time.
0 commit comments