You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/finding-sorting-and-cleaning-entries/filelinks.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,24 @@ In general, there is no need to change the settings of external file types. So,
89
89
90
90
## Adding additional columns to entry table for file types
91
91
92
-
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.
92
+
You can add extra columns to the entry table for storing linked files of a specific type. For instance, one might store longer comments in an external Markdown file. One wants to show the presence of this Markdown file using an extra column. This can be done with many other file types too such as Excel/XLSX, PNG, PowerPoint, etc.
93
93
94
-
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!
94
+
To add a specific column, follow these steps:
95
95
96
-

96
+
1. Navigate to **File > Preferences > Entry Table**. This will show the dialog box shown below.
97
97
98
-
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).
98
+
2. Tick the option for **Show Extra Columns**.
99
99
100
-

100
+
3. Replacing "X" in the following with the name of the file type you want, either directly type in `extrafile:X` into the text box, or enter the dropdown menu and find the option `X (Custom)`. So for instance if you wanted a Markdown file column, type in `extrafile:Markdown` or click the `Markdown (Custom)` option in the dropdown.
101
+
102
+
4. Click the "plus" button next to the text box or hit the Enter key. Your new entry will appear as a choice at the end of the combo box, and you can scroll down to find it.
103
+
104
+
5. Click Save and exit the dialog box.
105
+
106
+

107
+
108
+

109
+
110
+
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.
111
+
112
+

0 commit comments