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
- Host: GitHub
- URL: https://github.com/patarapolw/csv-md-editor
- Owner: patarapolw
- License: mit
- Created: 2019-01-20T15:33:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T06:30:07.000Z (over 6 years ago)
- Last Synced: 2025-02-09T16:14:39.876Z (3 months ago)
- Topics: csv-reader, handsontable, markdown-editor
- Language: TypeScript
- Size: 738 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



