diff --git a/README.md b/README.md index e3000d0..22f878e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Data Table Renderers is a collection of custom tabular data renderers for vscode - [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view) - Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view) - Notebook πŸ““ cell βŒ— [Text Output](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) scrollable container with [code pre-wrap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code) for quick copy/paste to other places +- Use [Data Table](https://github.com/RandomFractals/vscode-data-table#data-table--renderer-view) 🈸, [Flat Data Grid](https://github.com/RandomFractals/vscode-data-table#flat-data-%E4%B8%AD-grid-renderer) δΈ­ & [Data Summary](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) 🈷️ Notebook πŸ““ cell renderers with [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyodide) 🐍 kernel in [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) Notebooks [VSCode web editor](https://code.visualstudio.com/docs/editor/vscode-web) on [vscode.dev](https://vscode.dev) and [github.dev](https://github.dev/github/dev): + +![Flat Data Grid δΈ­ in browser](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/flat-data-grid-in-browser.png?raw=true + "Flat Data Grid δΈ­ in browser") ## Data Table 🈸 Renderer View diff --git a/docs/images/flat-data-grid-in-browser.png b/docs/images/flat-data-grid-in-browser.png new file mode 100644 index 0000000..885513e Binary files /dev/null and b/docs/images/flat-data-grid-in-browser.png differ