-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-263: Add user comments section
- Loading branch information
1 parent
aedb7b3
commit aad58ee
Showing
7 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
description: Add comments on an entry | ||
--- | ||
|
||
# Comment on an entry | ||
|
||
One can add free text to an entry. This is possible in the "Comments" tab of JabRef.  | ||
|
||
There is the general "comments" field. | ||
|
||
JabRef offers to separate comments from as well as user-specific comments field.  | ||
|
||
The following screenshots show the comments for the user `koppor`. As default, general comments are managed through the field `comment`. In addition, the field `comment-koppor` stores the comments of the user koppor. | ||
|
||
<figure><img src=".gitbook/assets/image (5).png" alt=""><figcaption><p>JabRef's entry editor showing two comment fields</p></figcaption></figure> | ||
|
||
Now, lets assume, the library (.bib File) is shared among different users. `koppor` closed the library and opened it later again. He sees that a user `otheruser` has written a comment: | ||
|
||
<figure><img src=".gitbook/assets/image (6).png" alt=""><figcaption><p>JabRef showing the comment of the user "otheruser".</p></figcaption></figure> | ||
|
||
Now, koppor desides, that he does not want to add any comments in JabRef, so he pushes the "Hide user comments" button. Then, JabRef does not display the comment field for koppor's user any more: | ||
|
||
<figure><img src=".gitbook/assets/image (7).png" alt=""><figcaption><p>JabRef's entry editor showing the general comment field and a comment of another user.</p></figcaption></figure> | ||
|
||
A bit later, koppor thinks, he wants to put comments again. To achieve that, he needs to navigate to File -> Preferences -> Entry editor. Then, he needs to add a checkmark to "Show user comment fields". then, he needs to press "Save" to save the preferences. | ||
|
||
<figure><img src=".gitbook/assets/image (8).png" alt=""><figcaption><p>Preference to enable user-specific comments</p></figcaption></figure> | ||
|
||
Then, JabRef's entry editor shows the field "Comment-koppor" again. | ||
|