Skip to content

Commit 60a9dde

Browse files
update text output info in Features section in docs (#88)
1 parent 12eaa9f commit 60a9dde

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
@@ -25,12 +25,12 @@ Data Table 🈸 Notebook πŸ““ cell βŒ— output renderer uses [Observable Inputs T
2525
## 🈸 Features
2626

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
28-
- Incremental data table rows creation on table scroll for faster display of larger datasets
29-
- Notebook cell text output display in a scrollable container with [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html)
28+
- Incremental Data Table 🈸 rows creation on table scroll for faster display of larger datasets
3029
- [Data Summary πŸ“Š Renderer View](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) for a quick overview of loaded dataset
3130
- 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)
3231
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
3332
- Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
33+
- 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
3434

3535
## Observable Data Table 🈸 Viewer πŸ““
3636

@@ -139,7 +139,7 @@ Data Table 🈸 for Notebooks πŸ“š extension v1.6.0 and up ships with built-in N
139139

140140
## Text Oputput View
141141

142-
Data Table 🈸 renderer displays data that is not in `CSV`, or `JSON` **array** format in a scrollable text container for now:
142+
Data Table 🈸 renderer displays data that is not in `CSV` or `JSON` **array** data format in a scrollable text container for now:
143143

144144
![Text Output Notebook πŸ““ View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-text-output.png?raw=true
145145
"Text Output Notebook πŸ““ View")

0 commit comments

Comments
Β (0)