Skip to content

Commit 5371c34

Browse files
authored
Add fancy links for Data Explorer settings (#85)
1 parent 2c5c835 commit 5371c34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data-explorer.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ data grid, allowing for quickly navigating wider data.
135135

136136
![Data Explorer Summary Panel Collapse and Placement](images/data-explorer-summary-panel-placement.png){width=700}
137137

138-
You can change the default settings for these configuration options in Positron's settings:
138+
You can change the default settings for either [`dataExplorer.summaryCollapsed`](positron://settings/dataExplorer.summaryCollapsed) or [`dataExplorer.summaryLayout`](positron://settings/dataExplorer.summaryLayout) in Positron's settings:
139139

140140
![Data Explorer Summary Panel Configuration](images/data-explorer-summary-config.png){width=500}
141141

@@ -197,14 +197,14 @@ select:
197197
* One or more entire columns
198198

199199
To copy a single value, click on the cell of interest and either press
200-
<kbd>Ctrl-C</kbd> (on Windows and Linux) or <kbd>Cmd-C</kbd> (on macOS). You can also copy
200+
<kbd>Ctrl+C</kbd> (on Windows and Linux) or <kbd>Cmd+C</kbd> (on macOS). You can also copy
201201
using the right-click context menu:
202202

203203
![Data Grid Cell Context Menu](images/data-explorer-copy-cell-context-menu.png){width=300}
204204

205205
To copy a rectangular range of cells, first click on a cell, then hold the
206206
<kbd>Shift</kbd> key and click on another cell to select the range of interest.
207-
Then either press <kbd>Ctrl-C</kbd>/<kbd>Cmd-C</kbd> or use the context menu to
207+
Then either press <kbd>Ctrl+C</kbd>/<kbd>Cmd+C</kbd> or use the context menu to
208208
copy:
209209

210210
![Copying a Rectangular Range of Cells](images/data-explorer-copy-rectangular-range.png){width=500}
@@ -215,7 +215,7 @@ Sheets.
215215

216216
To copy whole rows or columns, click on the first row label or column label then
217217
either hold <kbd>Shift</kbd> and click on another row or column label to select a
218-
range, or use <kbd>Ctrl-C</kbd>/<kbd>Cmd-C</kbd> to select individual rows or columns, but not
218+
range, or use <kbd>Ctrl+C</kbd>/<kbd>Cmd+C</kbd> to select individual rows or columns, but not
219219
necessarily a range:
220220

221221
![Copying Multiple Data Rows](images/data-explorer-copy-whole-rows.png){width=500}

0 commit comments

Comments
 (0)