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: docs/user-guide.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1308,19 +1308,28 @@ Displays SELECT query results in an interactive, high-performance table with adv
1308
1308
-**Datatypes**: Show/hide datatype annotations on literals (e.g., `"42"^^xsd:integer`)
1309
1309
-**Ellipsis Mode**: Truncate long cell content with "..." (hover for tooltip or click for modal)
1310
1310
-**Fit Controls**: Fit table to data width or window width
1311
+
-**Smart Formatters**: Automatically format cell values based on XSD datatype or variable name suffix:
1312
+
-`xsd:boolean` literals render as ✔ (true) or ✘ (false)
1313
+
- Variable name suffixes trigger Tabulator-style formatters: `*stars` → star rating, `*percent` → progress bar, `*image` → inline image, `*color`/`*colour` → colour swatch, `*description` → multiline text
1314
+
- Can be toggled on/off via the **Smart** toggle in the display controls (enabled by default)
1315
+
-**URI Link Prefix**: Set a custom URL prefix that is prepended to every URI link — useful for pointing all URIs to a faceted browser or external lookup tool
1316
+
-**Quick Reference**: A `?` icon in the toolbar opens an in-place quick reference card listing all features and keyboard shortcuts
1311
1317
1312
1318
**Controls:**
1313
1319
1314
1320
-**Search**: Text field to filter rows in real-time with highlighted matches
1315
1321
-**URI Display**: Toggle between abbreviated (prefix:localName) and full URI display
1316
1322
-**Datatypes**: Toggle visibility of datatype annotations on literal values
1317
1323
-**Ellipsis**: Toggle content truncation for long values (hover shows tooltip)
-**Link Prefix**: Enter a URL prefix to be prepended to every URI link (e.g., `https://browser.example.org/?uri=`); clear the field to restore the default link behaviour
1318
1326
-**Fit to Data**: Resize columns to show all content without truncation
1319
1327
-**Fit to Window**: Resize columns proportionally to fill viewport width
1320
1328
-**Copy as Markdown**: Copy entire table in Markdown format with visual confirmation
1321
1329
-**Copy as CSV**: Copy entire table as comma-separated values with visual confirmation
1322
1330
-**Copy as TSV**: Copy entire table as tab-delimited values with visual confirmation
1323
1331
-**Download CSV**: Access via YASR's download button for CSV file export
1332
+
-**Quick Reference (?)**: Opens a modal with a concise overview of all available features
1324
1333
1325
1334
**Best For:**
1326
1335
@@ -1329,20 +1338,23 @@ Displays SELECT query results in an interactive, high-performance table with adv
1329
1338
- Interactive data analysis with sorting and filtering
1330
1339
- Sharing results in documentation (Markdown/CSV/TSV)
1331
1340
- Extracting specific data subsets via cell selection
0 commit comments