From c453017f55d06cb4377e5cadadde2fb33f458855 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 8 Sep 2024 23:28:34 +0200 Subject: [PATCH] Revert "Add "Current selection" to groups documentation to reflect #11455 (#492)" (#513) This reverts commit 062b5f3a7071e5ee53e90de60604328b30309143. --- en/finding-sorting-and-cleaning-entries/groups.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/en/finding-sorting-and-cleaning-entries/groups.md b/en/finding-sorting-and-cleaning-entries/groups.md index 4e3bcbc66..3936784be 100644 --- a/en/finding-sorting-and-cleaning-entries/groups.md +++ b/en/finding-sorting-and-cleaning-entries/groups.md @@ -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 @@ -99,7 +99,7 @@ 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. @@ -107,7 +107,6 @@ JabRef has six types of groups: * **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 @@ -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.