READMESource: main@e86e5571
dsh-csv-viewer
DSH Web plugin that adds a dsh-better-sidebar viewer for .csv and .tsv files.
Install
Run this in the environment where DSH Web is installed:
dsh plugin --profile web add https://github.com/hi-wenw/dsh-csv-viewer.git
Restart DSH Web, then hard-refresh the browser with Ctrl+Shift+R. Open a CSV or TSV file from the sidebar to use the viewer.
Features
- automatic delimiter detection for comma, tab, semicolon, and pipe-separated files;
- virtualized rows, so large tables do not create one DOM node for every row;
- sticky header and source row numbers;
- case-insensitive content search;
- numeric/text column sorting with ascending, descending, and reset states;
Table/Rawpreview modes;- CSV quoting, escaped quotes, CRLF, and quoted newlines.
Development
pnpm install
pnpm build
pnpm check
The DSH client bundle is generated at lib/client.js. The host entry is lib/index.js and the bundle registration is in cordis.patch.yml.
License
MIT
No comments yet. Be the first to write one.