Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevecat/table-magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
https://github.com/stevecat/table-magic
javascript markdown markdown-editor tables
Last synced: 3 months ago
JSON representation
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
- Host: GitHub
- URL: https://github.com/stevecat/table-magic
- Owner: stevecat
- License: mit
- Created: 2015-09-29T17:28:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T13:22:25.000Z (9 months ago)
- Last Synced: 2024-05-28T12:50:31.850Z (6 months ago)
- Topics: javascript, markdown, markdown-editor, tables
- Language: JavaScript
- Homepage: http://stevecat.net/table-magic/
- Size: 53.7 KB
- Stars: 412
- Watchers: 9
- Forks: 37
- Open Issues: 11
-
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://stevecat.github.io/table-magic/**](http://stevecat.github.io/table-magic/)