Skip to content

Commit

Permalink
fix linting errors for PR-526
Browse files Browse the repository at this point in the history
  • Loading branch information
Tridecatrix committed Oct 16, 2024
1 parent b8620e9 commit 304b2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/finding-sorting-and-cleaning-entries/filelinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ In general, there is no need to change the settings of external file types. So,

## Adding additional columns to entry table for file types

You can add extra columns to the entry table for storing linked files of a specific type, e.g. a column specifically for Markdown files which you use to write comments about particular entries. This can help you organise your linked files.
You can add extra columns to the entry table for storing linked files of a specific type, e.g. a column specifically for Markdown files which you use to write comments about particular entries. This can help you organise your linked files.

To add a specific column, navigate to **File > Preferences > Entry Table**. This will show the dialog box shown below. Tick the option for **Show Extra Columns**, and then either directly type in `extrafile:<fileType>` into the text box or enter the dropdown and find the option `<fileType> (Custom)`. Don't forget to click Save!

![Showing the entry table preferences option box](../.gitbook/assets/extrafile-column-1.png)

Then you may find the column on your entry table like so! (You may have to scroll right to find the column where you have added it, and drag it across to the position you desire).

![Result after adding new file column](../.gitbook/assets/extrafile-column-2.png)
![Result after adding new file column](../.gitbook/assets/extrafile-column-2.png)

0 comments on commit 304b2a6

Please sign in to comment.