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: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,27 @@ Hit Reload ↺ button in an open Table View 🀄 after you toggle Tabular Data S
117
117
118
118
# Commands
119
119
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:
121
123
122
124

124
126
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 ||
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