RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

Enable as a web extension? #298

Open whilp opened 2 years ago

whilp commented 2 years ago

It would be amazing to view and edit data files without a heavy installation. I imagine some of the dependencies here would make it hard to fully enable this extension for the web. But perhaps a useful subset could still be exposed?

https://code.visualstudio.com/api/extension-guides/web-extensions

RandomFractals commented 2 years ago

yeah, this extension is grossly out of date, and updating it to work with new https://vscode.dev in a browser might require some elbow grease.

I am starting to work on a simpler tabular data viewer next week and will consider making it work in a browser too:

https://github.com/RandomFractals/tabular-data-viewer

christian-bromann commented 2 years ago

@RandomFractals I just went through this exercise in Marquee. Maybe this helps to get some inspirations. Main tasks were:

RandomFractals commented 2 years ago

@christian-bromann yes, I am familiar with the steps. I might do it eventually in this or the new tabular data viewer extension. I still think the number of devs using it in a web editor is a much smaller audience, and there are other simpler extensions that show data grids in the new web editor version.

Btw, your Marquee dash is really cool! I played with it a bit and liked it a lot. Probably the first dash for vscode devs that I actually enjoyed using and exploring the code behind.