Skip to content

Commit 8609878

Browse files
#22 docs update + 🈸 cleanup
1 parent acc8774 commit 8609878

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`
1111
- Grid Data summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`)
1212
- Basic Charts auto-gen from data with Aggregate Functions, Row & Column Pivots
1313
- Pluggable Data Charting libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/)
14-
- Dark & Light Data Preview 🈸 Panel Themes
15-
- Persistent Data Preview 🈸 Settings (Sort, Filter, Pivots, etc.) for restore on vscode Reload
14+
- Dark & Light Data Preview Panel Themes
15+
- Persistent Data Preview Settings (Sort, Filter, Pivots, etc.) for restore on vscode Reload
16+
- `Avro`, `Arrow` & `Excel` data files JSON & `.schema.json` files auto-gen on the 1st Data Preview run.
1617

1718
![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true
1819
"Perspective Viewer")
@@ -27,7 +28,7 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`
2728

2829
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).
2930

30-
List of Data Preview 🈸 extension vscode contributions, with `data.preview` command, keyboard shortcut, augmented vscode UI context menus, added data language mappings, supported data files list & configurable theme & charts Data Preview 🈸 Settings:
31+
List of Data Preview 🈸 extension vscode contributions, with `data.preview` command, keyboard shortcut, augmented vscode UI context menus, added data language mappings, supported data files list & configurable theme & charts Data Preview Settings:
3132

3233
![Data Preview Contributions](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview-contributions.png?raw=true
3334
"Data Preview Contributions")
@@ -38,7 +39,7 @@ List of Data Preview 🈸 extension vscode contributions, with `data.preview` co
3839
Setting | Type | Default Value | Description
3940
------- | ---- | ------------- | -----------
4041
data.preview.theme | string | | Data Preview theme: blank for light, or '.dark' for dark theme data previews display.
41-
data.preview.charts.plugin | string | hightcharts | Data Preview 🈸 charts library to use for stock charts: [highcharts](https://www.highcharts.com/demo) or [d3fc](https://d3fc.io/)
42+
data.preview.charts.plugin | string | hightcharts | Data Preview Charts library to use for stock charts: [highcharts](https://www.highcharts.com/demo) or [d3fc](https://d3fc.io/)
4243
data.preview.create.json.files | boolean | true | Creates JSON data & schema.json files, if available, for Arrow, Avro & Excel data files.
4344

4445
Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
@@ -51,10 +52,10 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
5152

5253
## Data Preview 🈸 Launch Tips
5354

54-
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv` || `.json` array data file document to launch Data Preview 🈸 panel.
55-
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview 🈸 panel.
56-
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview 🈸 panel.
57-
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` context menu options to Preview 🈸 your data files.
55+
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv` || `.json` array data file document to launch Data Preview panel.
56+
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview panel.
57+
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview panel.
58+
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` context menu options to Preview your data files.
5859

5960
## Data Grid/Filter/Columns UX Tips
6061

0 commit comments

Comments
 (0)