https://github.com/guntrip/table-magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
https://github.com/guntrip/table-magic
javascript markdown markdown-editor tables
Last synced: about 1 month ago
JSON representation
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
- Host: GitHub
- URL: https://github.com/guntrip/table-magic
- Owner: guntrip
- License: mit
- Created: 2015-09-29T17:28:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T18:49:07.000Z (3 months ago)
- Last Synced: 2025-05-06T23:18:57.527Z (about 2 months ago)
- Topics: javascript, markdown, markdown-editor, tables
- Language: JavaScript
- Homepage: http://table-magic.guntrip.co.uk/
- Size: 60.5 KB
- Stars: 433
- Watchers: 9
- Forks: 41
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# table-magic
Allows you to seamlessly switch between CSV, TSV, HTML, SQL, markdown and a little form-based editor. Also allows you to preview the table as it would appear on GitHub.
| Feature | Description |
|------------------------------------|---------------------------------------------------------|
| Renders markdown | Uses showdown library to render contents of table cells |
| Escapes quotes | Easier to edit without so only uses them when necessary |
| Preview table matches GitHub style | As closely as possible |
| Import HTML | Converts back and forth |
| Preserves alignment | Between all views |
| Markdown formatting | Adds spaces, makes things more legible |
| Form view | Create tables with buttons! |I've made this as a little learning exercise to play with Primer, Atom, GitHub Desktop and GitHub itself.
I keep an up-to-date version of this on my GitHub Pages site: [**http://table-magic.guntrip.co.uk/**](http://table-magic.guntrip.co.uk/)