Skip to content
Open
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
7 changes: 7 additions & 0 deletions en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
![Creating a new library](<.gitbook/assets/getting-started-new-library (7).png>)

The main screen is now showing an empty "entry table" we will now start to fill with some entries.
{% hint style="info" %}
*Open vs. Import*

It is important to understand the difference between these two menu actions:
* *File -> Open* is used to open a new library file (or an existing one). JabRef can keep multiple libraries open at the same time.

Check failure on line 49 in en/getting-started.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines [Context: "* *File -> Open* is used to op..."]

en/getting-started.md:49 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* *File -> Open* is used to op..."]
Copy link
Member

@ThiloteE ThiloteE Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* *File -> Open* is used to open a new library file (or an existing one). JabRef can keep multiple libraries open at the same time.
* *File -> Open* is used to open an already existing BibTeX library file (*.bib). JabRef can keep multiple libraries open at the same time.

* *File -> Import* is used to add the contents (all the entries) of an existing BibTeX or other reference file into the *library you currently have open*.
Copy link
Member

@ThiloteE ThiloteE Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* *File -> Import* is used to add the contents (all the entries) of an existing BibTeX or other reference file into the *library you currently have open*.
* *File -> Import* is used to add the contents (all the entries) of an existing BibTeX or other reference file into the *library you currently have open*. Import Filters will be applied.

{% endhint %}

## Adding of a new entry manually

Expand Down
Loading