Skip to content

Commit 49fc7f6

Browse files
document tabular data commands search/prefix and add commands md table to docs (#101 & #110)
1 parent 0bd5091 commit 49fc7f6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,27 @@ Hit Reload ↺ button in an open Table View 🀄 after you toggle Tabular Data S
117117

118118
# Commands
119119

120-
Tabular Data Viewer 中 provides a number of global and context specific commands to load and view tabular data files and [Data Packages](https://specs.frictionlessdata.io/data-package/#introduction) 📦:
120+
Tabular Data Viewer 中 provides a number of global and context specific commands to load and view tabular data files and [Data Packages](https://specs.frictionlessdata.io/data-package/#introduction) 📦.
121+
122+
You can access custom Tabular Data Commands from `View -> Command Palette...` menu (`ctrl+shift+p`) by typing `Tabular` in command the search box:
121123

122124
![Tabular Data 中 Commands](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-commands.png?raw=true
123125
"Tabular Data 中 Commands")
124126

127+
All Tabular Data Commands start with `Tabular Data:` prefix and custom command Ids use `tabular.data.` prefix. Some of the Tabular Data Commands like `View Table` and `List Data Resources` are enabled in vscode file explorer and in code editors for the supported data file types and formats via the corresponding context menues in vscode IDE.
128+
129+
Currently supported Tabular Data 中 Commands include:
130+
131+
| Command `tabular.data.` | Name | Description |
132+
| --- | --- | --- |
133+
| `listDataPackages` | List Data Packages | |
134+
| `listDataResources` | List Data Resources | |
135+
| `openDataFile` | Open Data File | |
136+
| `openTextDocument` | Open Text Document | |
137+
| `viewTable` | View Table | |
138+
| `viewDataFileOnGitHub` | View Data File on GitHub | |
139+
| `viewSettings` | View Settings | View Tabular Data Viewer 中 Configuration Settings |
140+
125141
# Observable JS Notebook
126142

127143
You can try [Tabular Data Viewer 🀄 Observable Notebook 📓](https://observablehq.com/@randomfractals/tabular-data-viewer) with public datasets and supported data formats in a browser:

0 commit comments

Comments
 (0)