-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add toggle to only show entries that are NOT in this group #9073
Comments
In addition to its inherent use, adding a toggle to show entries that are not in this group would be a workaround to add "floating mode" like capabilities (tracked in #4237). Albeit less smooth looking of a solution, adding a toggle avoids adding various colours to the entry table (refs. #8963), which would be necessary to distinguish between entries that have been found using search:
Adding many colours comes at the added cost of
|
This issue is also related to #7871. I love regex solutions, but here are some ideas for mouse-driven boolean logic: (sorry, no graphics or videos)
Possible JabRef approach:
|
Hi @ThiloteE , I tried adding a button for negation function. The button is displayed properly and tooltip is also working fine but I am not able to add functionality properly. Can you help me like what files I need to modify to add functionality or what is the flow from where the keyword we give on search bar is doing match with the entries. |
Hello @Rupesh-Lal, unfortunately I don't know. View me more to be a community manager than being a coder. which will bring huge changes to JabRef's search feature. |
In the latest build, it is implemented relatively straight forward: The floating mode is readded. All entries in a group have a white background, the entries not in a group a darker one. |
Even in filtering mode (with search and group filter toggles enabled), the "invert groups" toggle will apply, making entries not matching the selected group appear with a white background. This toggle also works with multiple group selections, depending on whether the view mode is set to union or intersection:
|
Fixes Issues with search and groups and associated feature request (floating mode) #4237 via workaround
Would be nice:
Toggle intersection
slightly more sophisticated by extending to individual groups? Adding per-group negation (i.e., toggle to 'NOT') would be possible without complicated query logic. Selected groups could default to the current option (AND/OR) and toggle to NOT.Originally posted by @ryan-carpenter in Groups: general changes #4681 (comment)
The text was updated successfully, but these errors were encountered: