You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: administration/articles-panel.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: The Articles panel shows a list of all your existing articles, toge
8
8
9
9
# Articles panel
10
10
11
-
The Articles panel will show a list of all your existing articles together with basic information (Such as ID, Posted, Title, Author, etc.).
11
+
The Articles panel shows a list of all your existing articles with an overview of each article's metadata, including the author, publication time and date, assigned section, and any categories.
12
12
13
13
On this page:
14
14
@@ -18,33 +18,35 @@ On this page:
18
18
*[Perform changes on selected articles](#perform-changes-on-selected-articles)
19
19
*[Pages and articles listed per page](#pages-and-articles-listed-per-page)
20
20
21
-
On this panel you can do two things:
21
+
On this panel you can do four things:
22
22
23
23
1. Open an article for editing
24
-
2. Perform batch changes on selected articles
24
+
2. Perform bulk changes on selected articles
25
+
3. Search articles
26
+
4. Change the column display options
25
27
26
28
## Create a new article
27
29
28
30
This button will take you directly to the [Write panel](/administration/write-panel).
29
31
30
32
## Search function
31
33
32
-
Because the article list can get pretty long, a search function is available at the top of the list. You can use the search function to locate an article directly by a search phrase or to filter the view on your articles by particular criteria, thus reducing the number of articles in the resulting list.
34
+
Because the article list can get pretty long, a search function is available at the top of the list. You can use the search function to locate an article directly by a search phrase or to filter the view on existing articles by particular criteria, thus reducing the number of articles in the resulting list.
33
35
34
36
The Search function has two components:
35
37
36
38
1. A text field for entering the search query
37
39
2. A drop-down list to specify which area is to be searched
38
40
39
-
Query text entered in the textarea will be treated as a *complete phrase* (e.g. "time stamp" will find exactly that. Text containing only "time" or "stamp", "time, stamp" or "timestamp" will not be in the results).
41
+
Query text entered in the search box will be treated as a *complete phrase* (e.g. "time stamp" will find exactly that. Text containing only "time" or "stamp", "time, stamp" or "timestamp" will not be in the results).
40
42
41
-
You don't need to wildcard query text at the beginning or the end (e.g. "time" will find "parttime", "times", "timestamp" as well). But you can use wildcard ? within a query.
43
+
You don't need to wildcard query text at the beginning or the end (e.g. "time" will find "parttime", "times", "timestamp" as well). But you can use wildcard '?' within a query.
42
44
43
45
After entering your search criteria you start searching by selecting the search button. As a result you will be given a new list of articles which meet the criteria.
44
46
45
47
As a default the search will find matches for all criteria. But you can do more refined searches by selecting another area to search in via the drop-down list toggle button.
46
48
47
-
**Examples:** You can search (or list) an article by its ID number or date posted. You can list all articles of an author, you even don't need the full author ID. Choose 'Author' and typing "adm" possibly is enough for the admin (provided no other author has "adm" in their ID). You can list all 'Drafts' (choose 'Status' and type "dr").
49
+
**Examples:** You can search (or list) an article by its ID number or date posted. You can list all articles of an author, you don't need the full author ID. Choose 'Author' and typing "adm" possibly is enough for the admin (provided no other author has "adm" in their ID). You can list all 'Drafts' (choose 'Status' and type "dr").
48
50
49
51
## List of articles
50
52
@@ -54,7 +56,7 @@ Beneath the search area there is the table, or list, of existing articles. Each
54
56
55
57
In the first column you will find a checkbox for each article. Here you can select articles you want to change in a bulk manner. You can mark articles by checking the checkbox or you can use the checkbox in the head bar of the list to mark all articles on that page.
56
58
57
-
In order to quickly select ranges of articles select the checkbox of the first article you want to mark, press and hold the shift key, then select the checkbox of the last article in the range. All articles between will be checked too. You can add ranges to your selection by repeating these steps.
59
+
In order to quickly select ranges of articles select the checkbox of the first article you want to mark, press and hold the Shift key, then select the checkbox of the last article in the range. All articles between will be checked too. You can add ranges to your selection by repeating these steps.
58
60
59
61
For performing changes now you go to the drop-down list 'With selected…' and choose the function you want to perform. After selecting the options you want to perform press 'Go' to start the changes.
0 commit comments