An open API service indexing awesome lists of open source software.

https://github.com/patarapolw/csv-md-editor

An enhanced CSV editor powered by Electron and Handsontable.js
https://github.com/patarapolw/csv-md-editor

csv-reader handsontable markdown-editor

Last synced: about 2 months ago
JSON representation

An enhanced CSV editor powered by Electron and Handsontable.js

Awesome Lists containing this project

README

        

# 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

## 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

![](/screenshots/browser0.png)
![](/screenshots/browser1.png)
![](/screenshots/editor0.png)
![](/screenshots/settings0.png)