Skip to content

Commit 6f8355c

Browse files
update example notebooks and renderers info in docs (#99)
1 parent c5e3f4f commit 6f8355c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
1717

1818
## Data Table 🈸 Renderer View
1919

20-
Data Table 🈸 Notebook πŸ““ cell βŒ— output renderer uses [Observable Inputs Table](https://github.com/observablehq/inputs#Table) component for fast incremental data display and scrolling of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) πŸ“š.
20+
Data Table 🈸 Notebook πŸ““ cell βŒ— output renderer uses [Observable Inputs Table](https://github.com/observablehq/inputs#Table) component for fast incremental data display and scrolling of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) πŸ“š
2121

2222
![Data Table 🈸 Renderer View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-renderer.png?raw=true
2323
"Data Table 🈸 Renderer View")
@@ -27,7 +27,7 @@ Data Table 🈸 Notebook πŸ““ cell βŒ— output renderer uses [Observable Inputs T
2727
- View `CSV`, semi-flat `XML`, [`GeoJSON`](https://www.rfc-editor.org/rfc/rfc7946.html) and `JSON` **array** data Notebook πŸ““ cell βŒ— output in HTML table with column sort, number and date formatting
2828
- Incremental Data Table 🈸 rows creation on table scroll for faster display of larger datasets
2929
- [Data Summary πŸ“Š Renderer View](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) for a quick overview of loaded dataset
30-
- Built-in [REST Book](https://github.com/RandomFractals/vscode-data-table#rest-book-example) πŸ““ [TypeScript Notebooks](https://github.com/RandomFractals/vscode-data-table#typescript-notebook-example) πŸ“š [.NET Interactive Notebooks](https://github.com/RandomFractals/vscode-data-table#net-interactive-notebook-example) πŸ“š and [Pyolite](https://github.com/RandomFractals/vscode-data-table#pyolite-notebook-example) 🐍 [Notebook Examples](https://github.com/RandomFractals/vscode-data-table#-examples)
30+
- Built-in [REST Book](https://github.com/RandomFractals/vscode-data-table#rest-book-example) πŸ““ [TypeScript Notebook](https://github.com/RandomFractals/vscode-data-table#typescript-notebook-example) πŸ““ [.NET Interactive Notebook](https://github.com/RandomFractals/vscode-data-table#net-interactive-notebook-example) πŸ““ and [Pyolite](https://github.com/RandomFractals/vscode-data-table#pyolite-notebook-example) 🐍 [Notebook Examples](https://github.com/RandomFractals/vscode-data-table#-examples) πŸ“š
3131
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
3232
- Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
3333
- Notebook πŸ““ cell βŒ— [Text Output View](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) with a scrollable [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html) container
@@ -51,7 +51,7 @@ Or load Data Table 🈸 Viewer πŸ““ with [Observable JS](https://marketplace.vis
5151

5252
## Data Summary πŸ“Š Renderer View
5353

54-
This general purpose Data Table 🈸 Viewer extension also includes Data Summary πŸ“Š Renderer based on modifield [Observable Summary Table](https://observablehq.com/@observablehq/summary-table) component for a quick overview of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) πŸ“š.
54+
This general purpose Data Table 🈸 Renderer extension also includes Data Summary πŸ“Š Renderer based on modifield [Observable Summary Table](https://observablehq.com/@observablehq/summary-table) component for a quick overview of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) πŸ“š
5555

5656
![Data Summary πŸ“Š Renderer View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-summary-renderer.png?raw=true
5757
"Data Summary πŸ“Š Renderer View")

0 commit comments

Comments
Β (0)