-
-
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
Show a welcome screen if no database is open #12272
Comments
Atom cycles through tips/tricks when no file is opened. This is really nice. I think we do not need the splash screen again. |
Tips and tricks would be very nice! There are so many features of JabRef that people are not aware of (which recent emails clearly have shown). |
👍 |
It should be possible to create an example data base: For new users, an example lib would be good. It should be named (old issue: https://github.com/koppor/jabref/issues/374) |
complex.bib from testresources? |
Offered default preferences:
|
Welcome screen if no library is open(might happen if all libraries are closed and JabRef restarted) It is not the same, something leightweight (see below)
Welcome walkthroughWelcome "screen" on first start (after installation) showing features, offering sensible defaults, ... |
Please don't put too much information on the welcome screen. It should help people getting started (first users) or provide shortcuts to the most commonly used features (existing users). As a datapoint (verified by user research as described in microsoft/vscode#63152), VS code moved from the busy old version I would argue that for us the simple "Open / create library" plus a list of recent libraries is sufficient as well. Maybe add a link to our docs, since our user interface is definitely not as self explanatory as the one of vscode. For new users, VScode has a nice walkthrough but I don't see us implementing something like this soon (given our manpower, but maybe this would be a nice gsoc project?): |
With "Welcome screen on first start (after installation)", I meant the "walkthrough" by VS.Code. I had a single page in mind, but a walkthrough is better, because of the different areas we cover. A quick implementation could have it on one page though. For the walkthrough, we IMHO need experienced JabRef users, to really cover all features. I move this discussion to another place to focus here on the "welcome screen" |
Also think of the empty database case However, this is handled at JabRef#384. |
Hi, I am a first-time contributor, can I be assigned to this issue? I am a university student whose assignment requires me to contribute to open-source projects. |
@u7229988-Rabie Yes, go ahead. Do that what tobias suggested at https://github.com/koppor/jabref/issues/96#issuecomment-1369502257
|
Thank you for assigning me this issue. |
Hello, can anyone suggest the design of the welcome page? For Instance, what kind of information do the maintainers want me to add on the welcome screen (anything particular)? I.e, buttons linking to other pages, information regarding Jabref etc. Thank you. |
Please use the latest version of java to run jabref as described in the documentation (https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.html) |
Note that the most recent version of java is 21.0.1 |
@calixtus jdk 21 is not yet working with gradle . You need 20 |
As a general advice for newcomers: check out https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md for a start. Also, https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace is worth having a look at. Feel free to ask if you have any questions here on GitHub or also at JabRef's Gitter chat. Try to open a (draft) pull request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
Hi All, I am working with @surymishra on this issue as part of our university group assignment. We were able to add a welcome screen that loads when no database is open/selected. It dismisses when a tab is open, and if no tabs are open it appears again. Can I please confirm that this the expected/wanted behaviour? If yes, we will next work on making the welcome screen more useful, like in the suggestions from above comments rather than just text as it is currently. |
Hi @koppor! I came across this issue and would love to work on it. I am eager to contribute to JabRef and have completed local setup on my system. Could you please assign me this issue? |
/assign @oops-shlok |
👋 Hey @oops-shlok, thank you for your interest in this issue! 🎉 We're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 90 days (by 02 May 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
hi @koppor! So, I have developed the welcome page like this so far. The functionality for new library and open library is done. Next, I will be working on Recent libraries. Please let me know if this design looks good or any changes are needed. Screen.Recording.2025-02-02.at.9.54.51.PM.mov |
I think, the comments of a previous PR are all adressed (#12017 (comment)), thus, this is good to go! Please submit a PR. We need to create a new issue for "page on first start". We internally currently work on describing that https://github.com/JabRef/jabref-issue-melting-pot/issues/49. |
Sure! I have completed the recent libraries part too. Just need to fix a bug. Once its done, I’ll submit the PR. Thanks! |
Hi @koppor! I have submitted the PR. Please review it once. |
JabRef looks really naked If no database is opened. Instead one could display a nice picture (of what?) and a message inviting the user to open/create a database.
The text was updated successfully, but these errors were encountered: