1.1.1 • Published 6 years ago

paste-table v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

totable

NPM version Downloads Dependency Status

Installation

npm i totable

Usage

Try it online

var PasteTable = require('paste-table')

PasteTable.onpaste(element, function(err, table) {
	if (!err) {
		var markdown = table.markdown()
		console.log(markdown)
	}
})

| paste-table need jQuery

UI

transfer table format

  • .markdown() return GFM table markdown text string
  • .element() return table element
  • .console() use console.table to print table in console
  • .html() return raw html text
  • .json() return inside table value by json object
  • .confluence() return confluence wiki markup

License

License

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

9 years ago