Skip to content

Commit 225df57

Browse files
authored
Merge pull request #14965 from nextcloud/feature/user-manual-system-tags
docs(user): add system tags user manual page
2 parents 9d8447c + e4d5ad2 commit 225df57

7 files changed

Lines changed: 102 additions & 1 deletion

File tree

β€Žuser_manual/files/access_webgui.rstβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Shares
3535
Files shared with you, by you, or via a public link β€” all in one view.
3636

3737
Tags
38-
Browse files by system tag.
38+
Browse files by system tag. See :doc:`tagging` for details on assigning
39+
tags and filtering your files.
3940

4041
Deleted files
4142
Files you have deleted that are still recoverable from the trash bin.

β€Žuser_manual/files/managing.rstβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Managing your files
88
deleted_file_management
99
version_control
1010
quota
11+
tagging
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
===========
2+
System tags
3+
===========
4+
5+
System tags are server-wide labels you can attach to files and folders to
6+
organise them, filter your file list, and drive automated workflows such as
7+
retention rules and access control.
8+
9+
Tags appear directly on file and folder rows in the **Files** app so you can
10+
see at a glance which labels are assigned:
11+
12+
.. figure:: ../images/systemtags-inline.png
13+
:alt: File list showing two tags, Photos and Vacations, displayed on a folder row.
14+
15+
*Figure 1: Tags are shown inline on files and folders.*
16+
17+
Tags are created by administrators in the server settings. Depending on your
18+
server configuration, regular users may also be able to create tags β€” your
19+
administrator can restrict tag creation to admins only.
20+
21+
Tag access levels
22+
-----------------
23+
24+
Every tag has one of three access levels that control what regular users can
25+
see and do:
26+
27+
============ ============================== =====================================
28+
Level Visible to users Users can assign / remove
29+
============ ============================== =====================================
30+
Public Yes Yes
31+
Restricted Yes No
32+
Invisible No No
33+
============ ============================== =====================================
34+
35+
Restricted and invisible tags are used by administrators for automated
36+
workflows. You cannot work around them by removing the tag yourself.
37+
38+
Browsing files by tag
39+
---------------------
40+
41+
Click the navigation icon (≑) at the top left of the **Files** app to open
42+
the navigation panel, then click **Tags**. The view lists all tags visible to
43+
you. Click a tag name to see every file and folder that has that tag assigned.
44+
45+
.. figure:: ../images/systemtags-browse.png
46+
:alt: The Tags view with Vacations selected, showing the filtered file list with inline tags on each row.
47+
48+
*Figure 2: Clicking a tag in the navigation panel filters the file list to files with that tag.*
49+
50+
Assigning tags to files
51+
-----------------------
52+
53+
You can assign or remove tags on one file at a time or across a selection of
54+
files in one step.
55+
56+
**Single file**
57+
58+
1. Click the three-dot action menu (**…**) next to a file or folder and select
59+
**Details** to open the details sidebar.
60+
2. In the details sidebar, click **Add tags**.
61+
3. Type a tag name in the search field and select the tag from the list.
62+
4. Click outside the picker to close it. Changes are saved immediately.
63+
64+
To remove a tag, open the same picker and click the **Γ—** next to the tag
65+
name.
66+
67+
.. note::
68+
69+
Only public tags appear in the picker for regular users. Restricted and
70+
invisible tags can only be assigned by administrators.
71+
72+
**Multiple files**
73+
74+
1. Select two or more files by clicking the checkbox to the left of each row.
75+
2. Click **Β·Β·Β· Actions** in the toolbar above the file list, then select
76+
**Manage tags**.
77+
3. Check or uncheck tags in the dialog that appears. An info line shows how
78+
the change will be applied across the selected files.
79+
4. Click **Apply**.
80+
81+
.. figure:: ../images/systemtags-manage.png
82+
:alt: The Manage tags dialog showing three tags with checkboxes and an info line.
83+
84+
*Figure 3: Manage tags lets you apply or remove tags across multiple files at once.*
85+
86+
Creating and managing tags
87+
--------------------------
88+
89+
If your administrator has not restricted tag creation, you can create a new
90+
tag directly from the **Manage tags** dialog or the single-file tag picker:
91+
type a new name in the **Search or create tag** field and select the
92+
**Create tag** option that appears.
93+
94+
Administrators create, rename, and delete tags under
95+
:menuselection:`Administration settings --> Server`.
96+
For details on tag management and command-line tools, see the
97+
`Automated tagging
98+
<https://docs.nextcloud.com/server/latest/admin_manual/file_workflows/automated_tagging.html>`_
99+
section of the administration manual.
206 KB
Loading
110 KB
Loading
115 KB
Loading
88.2 KB
Loading

0 commit comments

Comments
Β (0)