Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add "Current selection" to groups documentation to reflect #11455" #513

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions en/finding-sorting-and-cleaning-entries/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Just like directories, groups are structured like a tree, with the group _All En

The properties of a group can be defined in the 'Edit group' dialog window (the same window is displayed when creating a new group). To modify the group properties, right-click on the group name in the group pane and select **Edit group** in the context menu.

![Edit group window](https://github.com/JabRef/user-documentation/assets/111776404/1160f401-8155-4628-8176-2824b55ab67e)
![Edit group window](https://user-images.githubusercontent.com/6931104/188163107-c0e55fd7-51a6-4350-8ded-598aa720dc77.png)

### Name

Expand Down Expand Up @@ -99,15 +99,14 @@ If a refining group is a subgroup of a group that includes its subgroups -- the

### Types of groups

JabRef has six types of groups:
JabRef has five types of groups:

* **Explicit selection**. The group contains entries that were assigned manually. It behaves like a directory on disk, and contains only those entries that you explicitly assigned to it.
* **Searching for a keyword**. The group contain entries in which a certain field (e.g. `author`) contains a certain keyword (e.g. `Smith`). This method does not require manual assignment of entries but uses information that is already present in the database.
* **Free search expression**. Similar to **Searching for a keyword**, but for several keywords in several fields.
* **Specified keywords**. This feature will gather all words found in a specific field of your choice, and create a group for each word.
* **Authors' last names**. Groups can be generated for each author's last name.
* **Cited entries**. The group contains the entries cited in a LaTeX document, based on its _.aux_ file.
* **Current Selection**. The group created acts as an explicit collection, but automatically includes all entries that are currently selected in the entry panel.

#### Explicit selection

Expand Down Expand Up @@ -163,14 +162,6 @@ The group contains the entries cited in a LaTeX document, based on its '.aux' fi

The content of the group is updated dynamically whenever the `.aux` file changes.

#### Current Selection

The group created acts as an explicit collection, but automatically includes all entries that are currently selected in the entry panel. If more than one entries is selected, this option is picked as default.

![Field for collecting by current selection](https://github.com/JabRef/user-documentation/assets/111776404/02c8458d-1071-4de6-b4c7-bfb49c330e7a)

The content of the group is not dynamically changed.

## Group color bars in the entry table

To see easily to which groups an entry belongs to, the entry table has a column dedicated to groups. For each entry, a set of color bars is displayed. The number of bars and their colors depend on the groups to which the entry belongs to.
Expand Down
Loading