-
-
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
Can I create nested groups by keyword? #7278
Comments
Hi @bjhamilton ! I am not sure what you'd like, could you try to use |
Thanks for reply, however, I am unable to configure this. How did you do it exactly? |
The answer of k3KAW8Pnf7mkmdSMPHz27 should solve your problem. Please use the forum the next time for questions. discourse.jabref.org/ Thanks! |
@tobiasdiez You didn't give me an opportunity to reply. This is not a solution. The nested groups do not capture the bib entries. Notice how @k3KAW8Pnf7mkmdSMPHz27 screenshot they are at zero? When I tested this, I can create the nested group entries, but they never seem to increment from zero. EDIT: JabRef > Help > About JabRef:
|
I believe the point was that a discussion regarding if something can be done in JabRef, or how it can be done is better kept on https://discourse.jabref.org/. Then what should/shouldn't happen can be sorted out there. The subsubgroups in my screenshot contain 0 entries, which I'd guess is a bug. But if those are not the subgroups, structure and names, you'd expect based on those entries, it is a bug that has nothing to do with your original question (if or how something can be done). Now if those are the (sub)subgroups you expect and they should not contain 0 results. Then there is something for me to look into fixing 😛 |
I'm just merely trying to create nested groups with keywords. Of course I didn't use your structure, I applied your suggestion to my library, but the result was the same, i.e. that of the nested groups capturing zero entries, which I agree with you, looks like a bug. So, If this is a bug, what would have transpired given the premature closure of this question was me signing up for an account on https://discourse.jabref.org to re-raise the question only to be told to come back and file a bug/issue report :P
If a question initially posted here results in detection of a potential bug, it might as well stay here until it is determined as such. Any deviation from the original question between the question and detection of bug feels moot since the moderator can simply adjust the thread accordingly. In any case I'm not going to sign up at https://discourse.jabref.org as it is just another account for me to keep track of, and one which I may only use once. I shall leave this potential bug with you and hopefully the solution will be provided or an issue raised out of it. If herein is not a bug, perhaps the documentation can be updated at https://jabref.org to communicate how users who wish to have nested groups can approximate the desired configuration (?). Regards |
If the generated subgroups don't match any entries, than this sounds indeed like a bug. Feel free to create a new issue and provide the steps required to reproduce it. I'm sorry if it's inconvenient to you to register at our discourse forum. It's the only option we currently provide for user support. The github issue tracker is exactly for this: track issues. I can assure you that maintaining JabRef is more effort than creating a discourse account. I would also like to say sorry that I closed this issue very quickly, which might not have given the best impression. But you created an issue here ignoring our instructions which clearly state that we do not provide support for questions in this way. Please respect this! |
Hi!
I want to combine explicit groups + keywords to create nested groups by keyword, is this possible? For example, if I create a group called TEST_GROUP, but configure JabRef to create groups by keyword field, can I nest my keywords underneath a specific group like
keywords = {TEST_GROUP:keyword_1;},
(using the colon ':' to nest and semi-colon ';' as separator (in my configuration I changed the default separator from comma ',')) ?Reason is I like to use keyword groups, but they can get messy if you don't force yourself to be strict with keywords, so what I want is to specify a group like "Neuroscience", but allow the keyword field to nest keywords underneath it which allows me to be "messy" but within a context which I think is a good balance between messy but organised.
Thanks.
EDIT: my question might be similar to #628 (comment) .
I will re-check the documentation.I checked the documentation and can't find the answer to what I want to achieve which to summarise is:
keyword = ...
?example reference A
withkeywords = {TEST_GROUP_1:keyword_1;}
andexample reference B
withkeywords = {TEST_GROUP_2:keyword_1;}
they must not be grouped together because their parent groups are different (TEST_GROUP_1
!=TEST_GROUP_2
).keywords = {TEST_GROUP_2:keyword_1; keyword_2; keyword_3;}
is legal, i.e. the groups pane would showkeyword_2
andkeyword_3
by themselves whereaskeyword_1
would be found after expandingTEST_GROUP_2
group.The text was updated successfully, but these errors were encountered: