/csv-md-editor

An enhanced CSV editor powered by Electron and Handsontable.js

Primary LanguageTypeScriptMIT LicenseMIT

CSV MD Editor

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

Download

Executables can be downloaded from https://github.com/patarapolw/csv-md-editor/releases

Building

  • Clone the package from Git
  • yarn install && yarn run build

Running in development mode

  • Open two terminals and navigate to the project folder,
    • yarn run dev to start development server
    • yarn start to start Electron app

Screenshots