Skip to content

aharshac/react-md-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Markdown Table Generator

collaborizm firebase

New home: https://table.collaborizm.com/

 

Introduction

This React.js app is made for Collaborizm
I made this app as I was tired of writing Markdown for tables by hand for Collaborizm posts.
A big shout-out to Robert Lancer, the CTO of Collaborizm for inspiring this project.
Join my projects on Collaborizm.

 

Features

  • Large Input Grid
    The grid supports up to 10 columns and 30 rows.

  • Markdown Importer
    Easily import an existing Markdown Table

  • State Persistence
    Saves table size, import markdown and input grid state in the browser's LocalStorage.

  • Column Text Align
    Set the text alignment to left (default), center and right for each column in the input grid.

  • Input Grid Keyboard Navigation
    Use up, down, left and right arrow keys to navigate between cells in the input grid.

  • Popout Cell Value Editor
    Press enter or double-click on a cell to enter cell value.

  • Cell Text Overflow Indicator
    Shows red ellipsis (...) when the cell value is long.

  • Markdown Result Viewer with Copy button
    Pretty-printed result viewer with line numbers. Use the copy button to copy Markdown to the Clipboard.

 

Development build

Type the following commands in a Terminal.

git clone https://github.com/aharshac/react-md-table.git
cd react-md-table
npm install
npm start

About

React Markdown Table Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published