An enhanced CSV editor powered by Electron and Handsontable.js
Also, in every cells, markdown/HTML powered by Markdown-it can be generated via
@md
# Write your markdown here
Executables can be downloaded from https://github.com/patarapolw/csv-md-editor/releases
- Clone the package from Git
yarn install && yarn run build
- Open two terminals and navigate to the project folder,
yarn run dev
to start development serveryarn start
to start Electron app