Skip to content

Commit 8a5d172

Browse files
updated install instructions, UX tips & supported data files list
1 parent 54e034f commit 8a5d172

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# vscode-data-preview
2-
[VSCode](https://github.com/Microsoft/vscode) Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing & dicing 🎲 large `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files with [Perspective](https://perspective.finos.org/) - streaming data analytics WebAssembly library.
2+
[VSCode](https://github.com/Microsoft/vscode) Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing 🔪 & dicing 🎲 large `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files with [Perspective](https://perspective.finos.org/) - streaming data analytics WebAssembly library.
33

44
![Data Preview](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true
55
"Data Preview")
66

77
# Data Preview 🈸 Features
88

9-
- Preview `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files in a Data Grid with Sorting & Filtering
9+
- Preview 🈸 `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files in a Data Grid with Sorting & Filtering
1010
- Grid Data Summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`)
1111
- Basic Charts 📊 creation with Aggregate Functions, Row & Column Pivots
1212
- Pluggable Charting 📊 libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/)
@@ -15,7 +15,7 @@
1515
- Arrow & Avro `.schema.json` generation & `Excel` data files `.json` data generation for Text Data Previews
1616
- Filtered Data `.json` & `.csv` Save file options
1717
- Save & Load Data View `.config` options
18-
- Dark & Light Data Preview Panel Themes
18+
- Dark & Light Data Preview 🈸 Panel Themes
1919

2020
![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true
2121
"Perspective Viewer")
@@ -28,7 +28,7 @@
2828

2929
# Installation
3030

31-
Install this [Data Preview](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) 🈸 via vscode Extensions tab (`Ctrl+Shift+X`) by searching for `data preview` || via [vscode marketplace search results](https://marketplace.visualstudio.com/search?term=data%20preview&target=VSCode&category=All%20categories&sortBy=Relevance).
31+
Install [Data Preview](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) 🈸 via vscode Extensions tab (`Ctrl+Shift+X`) by searching for `data preview` || via [vscode marketplace search results](https://marketplace.visualstudio.com/search?term=data%20preview&target=VSCode&category=All%20categories&sortBy=Relevance).
3232

3333
List of Data Preview 🈸 extension config Settings, with `data.preview` command info, keyboard shortcut, augmented vscode UI context menus, added Data Language mappings, supported Data Files list & configurable Theme & Charts 📊 Settings:
3434

@@ -58,7 +58,7 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
5858
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview panel.
5959
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview panel.
6060
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` Preview Data 🈸 context menu options to preview your data files.
61-
5. Click on the Data Preview panel data filename in the titlebar to load saved data view config.
61+
5. Click on the Data Preview panel data filename in the toolbar to Load saved data view `.config`.
6262

6363
## Data Grid/Filter/Columns UX Tips
6464

@@ -72,7 +72,7 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
7272

7373
```js
7474
{
75-
"when": "resourceFilename =~ /.*\\.(csv|tsv|txt|tab|dif|ods|prn|slk|xls|xlsb|xlsx|xlsm|xml|html|json|arrow|arr|avro)/",
75+
"when": "resourceFilename =~ /.*\\.(json|arrow|arr|avro|csv|tsv|txt|tab|dif|ods|prn|slk|xls|xlsb|xlsx|xlsm|xml|html)/",
7676
"command": "data.preview",
7777
"group": "navigation"
7878
}

0 commit comments

Comments
 (0)