Skip to content

Commit c91d405

Browse files
committed
Fix links to files
1 parent 48e6e4a commit c91d405

26 files changed

+69
-69
lines changed

en/advanced/commandline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ Show info and error messages in the console.
234234

235235
As developer, you pass arguments to the app using gradle's `--app` switch. Enclose the arguments in quotes. For instance `--args="--debug"` turns on debug mode.
236236

237-
<figure><img src="../.gitbook/assets/image (5).png" alt=""><figcaption></figcaption></figure>
237+
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>
238238

239239
You can then view the event log in JabRef as follows:
240240

241-
<figure><img src="../.gitbook/assets/image (6).png" alt=""><figcaption></figcaption></figure>
241+
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>

en/advanced/custom-themes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ You can find a collection of user contributed themes at [https://themes.jabref.o
2222

2323
## Examples
2424

25-
**Light Theme** ![Light Theme](<../.gitbook/assets/theme-light (1).png>)
25+
**Light Theme** ![Light Theme](<../.gitbook/assets/theme-light.png>)
2626

27-
**Dark Theme** ![Dark Theme](<../.gitbook/assets/theme-dark (1).png>)
27+
**Dark Theme** ![Dark Theme](<../.gitbook/assets/theme-dark.png>)
2828

29-
**Custom Theme** ![Custom Theme](<../.gitbook/assets/theme-custom (1).png>) (based on the Dark Theme)
29+
**Custom Theme** ![Custom Theme](<../.gitbook/assets/theme-custom.png>) (based on the Dark Theme)
3030

3131
## Known bugs
3232

en/advanced/externalfiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ To change the external viewer settings, go to **Options → Preferences → Exte
1414

1515
There are several ways to open an external web page. In the entry editor, click on the icon "open" right of the text field to open the respective DOI or URL.
1616

17-
![Open DOI](<../.gitbook/assets/entryeditor-doi-open (1).png>)
17+
![Open DOI](<../.gitbook/assets/entryeditor-doi-open.png>)
1818

1919
In the entry table you can select an entry and use the menu choice, keyboard shortcut or the right-click menu to open the file or web page. Finally, you can click on a URL or DOI icon.
2020

21-
![Open DOI via popup](<../.gitbook/assets/entrytable-doi-popup (1).png>)
21+
![Open DOI via popup](<../.gitbook/assets/entrytable-doi-popup.png>)
2222

2323
By default the entry table will contain a singly column containing an indicator whether there is a DOI or a URL linked. You can remove the "Link identifiers" column in **Options → Preferences → Entry table**.

en/advanced/journalabbreviations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This feature can be configured under **Options → Preferences → Manage journa
1010

1111
JabRef includes a fairly extensive build-in list of journal abbreviations. This list is a merge of all lists available at [https://abbrv.jabref.org](https://abbrv.jabref.org). However, this might still be incomplete (or outdated) for the purposes of some users. Thus, JabRef allows to add abbreviations in the form of a personal list or external lists.
1212

13-
![General view](<../.gitbook/assets/JournalAbbreviations (6).png>)
13+
![General view](<../.gitbook/assets/JournalAbbreviations.png>)
1414

1515
## Using the feature
1616

@@ -43,7 +43,7 @@ Once you click _Save changes_, if you have selected a file, and the table contai
4343

4444
You can link to a number of external lists. These links can be set up on top of the **Manage journal abbreviations** window. External lists are similar to the personal list. The _Open existing list_ button allows you to select an existing file on your computer.
4545

46-
![External list](<../.gitbook/assets/JournalAbbreviations-ExternalList (2).png>)
46+
![External list](<../.gitbook/assets/JournalAbbreviations-ExternalList.png>)
4747

4848
External lists can be found at [JabRef's repository abbreviation lists](http://abbrv.jabref.org). These data files are in CSV format (using comma as separators):
4949

en/cite/pushtoapplications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To push as citation, first select the entries in your entry table that you would
1414
* Press `CTRL + L`
1515
* Click on the dedicated button in the taskbar (left of the _Generate citation key_ button)
1616

17-
![](<../.gitbook/assets/push-external-button-windows (3).png>)
17+
![](<../.gitbook/assets/push-external-button-windows.png>)
1818

1919
By default the external editor used to push citations is TeXstudio. You can select another application in **Options → Preferences → External programs**. Under the **Push applications** section, click on the **Application to push entries to** field. This will cause a dropdown menu to appear, from which you are then able to select from a list of all the external editors you have configured.
2020

@@ -24,15 +24,15 @@ You can configure the citation command at "Cite command". JabRef intelligently p
2424

2525
Once you have made your selection and click **Save**, the push-to-external application button icon will change to match that of the selected external editor application.
2626

27-
![New Application After Select](<../.gitbook/assets/after-application-selection (4).png>)
27+
![New Application After Select](<../.gitbook/assets/after-application-selection.png>)
2828

2929
When you click on the push-to-external application button, JabRef will export your selected entries to an open LaTeX file in the selected external editor application. As an example, here is what happens when you export one entry to TexStudio.
3030

31-
![Initial Push to External Export](<../.gitbook/assets/initial-push-export (5).png>)
31+
![Initial Push to External Export](<../.gitbook/assets/initial-push-export.png>)
3232

3333
As long as you continue using the same external editor application, clicking on the push-to-external application button for subsequent exports will just add new citations or extend an existing citation with additional entries. Following the example above, here is what happens when you export a second entry to TeXStudio on an existing citation, which is extended to include the new entry in your LaTeX document.
3434

35-
![Subsequent Push to External Export](<../.gitbook/assets/subsequent-push-export (3).png>)
35+
![Subsequent Push to External Export](<../.gitbook/assets/subsequent-push-export.png>)
3636

3737
## Hints on Emacs
3838

en/collaborative-work/sqldatabase/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Since version 5.0 JabRef supports secure SSL connection to the database. For Pos
1616

1717
After connecting to your shared database, your main window should look like this:
1818

19-
![Screenshot of JabRef with an open shared database](<../../.gitbook/assets/open-shared-databse-screenshot (1).png>)
19+
![Screenshot of JabRef with an open shared database](<../../.gitbook/assets/open-shared-databse-screenshot.png>)
2020

2121
JabRef will automatically detect your changes and push them to the shared side. JabRef will also constantly check if there is a newer version available. If you experience connection issues, you can pull changes from your shared database via the icon in the icon bar. If a newer version is available, JabRef will try to automatically merge the new version and your local copy. If this fails, the **Update refused** dialog will show up. You will then have to manually merge using the **Update refused** dialog. The dialog helps you by pointing out the differences, you then will have to choose if you want to keep your local version or update to the shared version. Confirm your merge by clicking on **Merge entries**.
2222

23-
![Screenshot of Update refused dialog](<../../.gitbook/assets/update-refused-merge-dialog (1).png>)
23+
![Screenshot of Update refused dialog](<../../.gitbook/assets/update-refused-merge-dialog.png>)
2424

2525
The **Update refused** dialog can also take a different form, if the BibEntry you currently work on has been deleted on the shared side. You can choose to keep the BibEntry in the database by clicking **Keep** or update to the shared side and click **Close**.
2626

27-
![Screenshot of Update refused dialog due to a deleted entry](<../../.gitbook/assets/update-refused-deleted-entry-dialog (1).png>)
27+
![Screenshot of Update refused dialog due to a deleted entry](<../../.gitbook/assets/update-refused-deleted-entry-dialog.png>)
2828

2929
If you experience a problem with your connection to your shared database, the **Connection lost** dialog will show up. You can choose to **Reconnect**, **Work offline** or **Close database**. Most of the time simply reconnecting will fix this problem, if that's not the case you will have to choose between **Work offline** or **Close database**. Pick **Work offline** if you want to make sure your changes are saved. If you think there is nothing to save just pick **Close database**. If you choose to work offline, JabRef will convert the shared database to a local .bib database. Since you are no longer working online, but instead on a local database, you will have to import your work via copy and paste into the shared database. However before you import it into the shared database, make sure to check if changes happened during your offline time. Otherwise you might override someone else's work.
3030

31-
![Screenshot of Connection lost dialog](<../../.gitbook/assets/connection-lost-dialog (1).png>)
31+
![Screenshot of Connection lost dialog](<../../.gitbook/assets/connection-lost-dialog.png>)
3232

3333
## Try it out
3434

en/collect/add-entry-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A dialog window is displayed. By default, 5 common types of entries are displaye
88

99
For other types of entries, click on `Others.` That expands the window and displays the other entry types available:
1010

11-
![Window with all available entry types. Note: the actual content of the "others" menu depends on the database mode (BibTeX or biblatex).](<../.gitbook/assets/jabref-5.3-selectentrytype-expanded (1).png>)
11+
![Window with all available entry types. Note: the actual content of the "others" menu depends on the database mode (BibTeX or biblatex).](<../.gitbook/assets/jabref-5.3-selectentrytype-expanded.png>)
1212

1313
Finally, the [entry editor](../advanced/entryeditor/) opens and let you fill in the various fields.
1414

en/collect/add-entry-using-an-id.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ First, [eBook.de's](https://www.ebook.de/de/) API is used to fetch bibliographic
3838

3939
ID search is carried out using the [International Standard Book Number](https://en.wikipedia.org/wiki/International\_Standard\_Book\_Number).
4040

41-
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-isbn (3).png>)
41+
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-isbn.png>)
4242

4343
### DiVA
4444

4545
[DiVA (Digitala Vetenskapliga Arkivet)](https://info.diva-portal.org/about-diva/) is a database with publications from about [40](https://www.diva-portal.org/smash/aboutdiva.jsf) Swedish universities and research institutions.
4646

4747
ID search is carried out using the DiVA id (diva2).
4848

49-
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-diva (1).png>)
49+
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-diva.png>)
5050

5151
### DOI
5252

5353
JabRef uses [http://dx.doi.org/](http://dx.doi.org) (provided by [http://crossref.org/](http://crossref.org)) to convert the given DOI to a new entry.
5454

5555
ID search is carried out using the DOI.
5656

57-
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted (1).png>)
57+
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted.png>)
5858

5959
{% hint style="warning" %}
6060
If JabRef cannot find the reference of your DOI using this ID type, please, try the same DOI with the ID type "mEDRA". The ID type mEDRA looks for the reference corresponding to a DOI too, but using another registration agency.
@@ -98,7 +98,7 @@ ID search is carried out using the DOI.
9898

9999
ID search is carried out using the [ADS Bibcode](http://adsabs.github.io/help/actions/bibcode).
100100

101-
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-ads (1).png>)
101+
![Screenshot of new entry dialog](<../.gitbook/assets/newentrychoosetype-idgeneratorhighlighted-ads.png>)
102102

103103
### Title
104104

en/collect/add-pdfs-to-an-entry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description: Finding full text documents online
66

77
JabRef offers finding full text documents online. Mostly, these are PDFs file. To use this feature, go to "Lookup" and then select "Find full text documents online".
88

9-
<figure><img src="../.gitbook/assets/image (1).png" alt=""><figcaption><p>Lookup > Search for unlinked local files</p></figcaption></figure>
9+
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption><p>Lookup > Search for unlinked local files</p></figcaption></figure>
1010

1111
Then, JabRef uses online services to find a PDF. (Implementation details are provided at the [developer's documentation](https://devdocs.jabref.org/code-howtos/fetchers.html).)
1212

13-
<figure><img src="../.gitbook/assets/image (2).png" alt=""><figcaption><p>JabRef looking up full text documents</p></figcaption></figure>
13+
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption><p>JabRef looking up full text documents</p></figcaption></figure>
1414

1515
Result of the look up:
1616

17-
<figure><img src="../.gitbook/assets/image (4).png" alt=""><figcaption><p>File found</p></figcaption></figure>
17+
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption><p>File found</p></figcaption></figure>

en/collect/findunlinkedfiles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ In case you have numerous PDF files and want to convert them into new entries, J
2727
1. Create or open a `.bib` library.
2828
2. Go to **Lookup -> Search for unlinked local files**. (or press `SHIFT + F7`)
2929

30-
![FindUnlinkedFiles - Menu](<../.gitbook/assets/bildschirmfoto-2021-07-05-um-19.19.09 (1).png>) ![FindUnlinkedFiles - Menu](<../.gitbook/assets/findunlinkedfiles-menu-5.2 (6).png>)
30+
![FindUnlinkedFiles - Menu](<../.gitbook/assets/bildschirmfoto-2021-07-05-um-19.19.09.png>) ![FindUnlinkedFiles - Menu](<../.gitbook/assets/findunlinkedfiles-menu-5.2.png>)
3131
3. The "Search for unlinked local files" dialog opens.
3232

33-
<img src="../.gitbook/assets/findunlinkedfiles-window-5.2 (5).png" alt="FindUnlinkedFiles - Initial dialog" data-size="original">
33+
<img src="../.gitbook/assets/findunlinkedfiles-window-5.2.png" alt="FindUnlinkedFiles - Initial dialog" data-size="original">
3434
4. Choose a start directory using the "Browse" button.
3535
5. Click on "Search" / "Scan directory".
3636
6. In "Select files", the files not yet contained in the library are shown.
@@ -40,9 +40,9 @@ In case you have numerous PDF files and want to convert them into new entries, J
4040
8. Click on `Import`.
4141

4242
The windows close and the entry table now contains the newly-imported entries.
43-
9. The entry editor with the last imported entry is shown ![FindUnlinkedFiles - 08 - entry editor](<../.gitbook/assets/findunlinkedfiles-08-entry-editor (1).png>)
43+
9. The entry editor with the last imported entry is shown ![FindUnlinkedFiles - 08 - entry editor](<../.gitbook/assets/findunlinkedfiles-08-entry-editor.png>)
4444
10. You can now save the file and are finished.
45-
11. Optional: Click on "General" to see the linked file ![FindUnlinkedFiles - 09 - entry editor - General](<../.gitbook/assets/findunlinkedfiles-09-entry-editor-general (5).png>)
45+
11. Optional: Click on "General" to see the linked file ![FindUnlinkedFiles - 09 - entry editor - General](<../.gitbook/assets/findunlinkedfiles-09-entry-editor-general.png>)
4646
12. Optional: Click on "BibTeX source" to see the BibTeX source ![FindUnlinkedFiles - 10 - entry editor - BibTeX source](../.gitbook/assets/findunlinkedfiles-10-entry-editor-bibtex-source.png)
4747
13. Optional: You have to shrink it to see the entry in the entry table, enlarge the JabRef window and use the mouse at the upper border of the entry editor ![FindUnlinkedFiles - 11 - entry editor - shrunk](../.gitbook/assets/findunlinkedfiles-11-entry-editor-shrunk.png)
4848
14. Optional: Press Esc to show the entry preview ![FindUnlinkedFiles - 12 - entry preview](../.gitbook/assets/findunlinkedfiles-12-entry-preview.png)
@@ -65,7 +65,7 @@ We are also [thinking about](https://github.com/koppor/jabref/issues/169) replac
6565

6666
JabRef also offers to change the filenames. You can adapt the pattern at Preferences -> Import ![Preferences - Import](../.gitbook/assets/preferences-import.png)
6767

68-
Select "Choose pattern" and choose "bibtexkey - title" ![Preferences - Import - Choose pattern](<../.gitbook/assets/preferences-import-choose-pattern (4).png>) This results in the setting `\bibtexkey\begin{title} - \format[RemoveBrackets]{\title}\end{title}`.
68+
Select "Choose pattern" and choose "bibtexkey - title" ![Preferences - Import - Choose pattern](<../.gitbook/assets/preferences-import-choose-pattern.png>) This results in the setting `\bibtexkey\begin{title} - \format[RemoveBrackets]{\title}\end{title}`.
6969

7070
This makes the filenames start with the bibtey key followed by the full title. In the concrete case, `\bibtexkey` only may be the better option as the described bibtey key already contains the title.
7171

0 commit comments

Comments
 (0)