Skip to content

Commit f6af2bd

Browse files
refine the rest of Settings section in docs (#110)
1 parent 74a98e6 commit f6af2bd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Tabular Data Viewer 中 Settings, Commands, Languages, Custom Editors and Activa
8484

8585
## Settings
8686

87-
[Create User or Workspace Settings in vscode](http://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings) to change Tabular Data Viewer 中 extension Settings listed below. All Tabular Data Viewer Settings start with `tabular.data.` prefix, which is omottied in the Settings table below for better display in VSCode marketplace.
87+
[Create User or Workspace Settings in vscode](http://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings) to change Tabular Data Viewer 中 extension Settings listed below. All Tabular Data Viewer Settings start with `tabular.data.` prefix, which is omottied in the Settings table below for better display in [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer).
8888

8989
| Setting `tabular.data.` | Type | Default Value | Description |
9090
| ------- | ---- | ------------- | ----------- |
@@ -96,7 +96,7 @@ Tabular Data Viewer 中 Settings, Commands, Languages, Custom Editors and Activa
9696
| `view` | string | `Tabulator` | Default Tabular Data View type to use for displaying data. Current options include [`Tabulator`](http://tabulator.info) and [`Perspective`](https://perspective.finos.org). |
9797

9898

99-
You can set your Tabular Data viewer settings by adding them to [`./vscode/settings.json`](https://github.com/RandomFractals/tabular-data-viewer/blob/main/.vscode/settings.json#L14) in your project workspace. The following workspace configuration settings will default Table views to use Perspective Viewer and Dark UI theme for Data Grid and basic D3FC Charts display:
99+
You can set your Tabular Data Viewer 中 Configuration Settings by adding them to [`./vscode/settings.json`](https://github.com/RandomFractals/tabular-data-viewer/blob/main/.vscode/settings.json#L14) in your project workspace. The following workspace configuration settings will default Table Views 🀄 to use [Perspective](https://perspective.finos.org/) Data Grid and Dark UI theme for tabular data and basic [D3FC](https://d3fc.io/) Charts 📊📈 display:
100100

101101
```
102102
{
@@ -106,13 +106,15 @@ You can set your Tabular Data viewer settings by adding them to [`./vscode/setti
106106
}
107107
```
108108

109-
You can view Tabular Data Viewer 中 Configuration Settings via standard vscode `Preferences -> Settings -> Extensions -> Tabular Data Viewer` Settings view or use custom `Tabular Data: View Settings` command from `View -> Command Palette...` menu prompt by typing `Tabular` in it. Hit Reload ↺ button in open Table View 🀄 after you toggle Tabular Data Settings to activate your configuration changes for an open table view.
110-
111-
**Note**: `tabular.data.view` type default and `tabular.data.ui.theme` setting changes might require you to close and reopen currently open Tabular Data Views for those settings to take effect.
109+
You can also view Tabular Data Viewer 中 Configuration Settings via standard vscode `Preferences -> Settings -> Extensions -> Tabular Data Viewer` Settings view or use custom `Tabular Data: View Settings` command from `View -> Command Palette...` menu prompt by typing `Tabular` in it.
112110

113111
![Tabular Data Viewer 中 Configuration Settings](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-viewer-settings.png?raw=true
114112
"Tabular Data Viewer 中 Configuration Settings")
115113

114+
Hit Reload ↺ button in an open Table View 🀄 after you toggle Tabular Data Settings to activate your configuration changes.
115+
116+
**Note**: `tabular.data.view` type default and `tabular.data.ui.theme` Setting changes might require you to close and reopen Tabular Data Views for those settings to take effect.
117+
116118
# Observable JS Notebook
117119

118120
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)