Extensions inspire

Caret Plugin::Table Tools

4.5

Details

Author:
Dan Shrader

Category:
Developer Tools

Version:
1.0.0

Users:
79

Rating:
4.5

Size:
5.7KiB

Price:
Free

Updated:
July 02, 2017

Webstore Link:
https://chrome.google.com/webstore/detail/caret-plugintable-tools/npkbhkdbgkoanfjllmookbonhfpckdel

Download

version 1.0.0  - Download ZIP file

Description

This Caret plugin currently allows for CSV to be converted to Markdown and Markdown table formatting. Eventually it will allow for HTML formatting as well.

For all issues please see GitHub
https://github.com/DanShrader/Caret-Plugin-Table-Tools

The options for CSV To Markdown Table (https://github.com/donatj/CsvToMarkdownTable) are passed via "optionsCSV"

Note: the pattern for formatting a Markdown Table is influenced by CSV To Markdown Table.

To use with Caret

You'll need to add the following to your api.json file, under settings menu. This plugin can pass the same options that JS-Beautify does in the 'options' tag. Note: The id is the id found under extensions.

api.json

{
"sampleMessage": {
"id": "extension id goes here",
"message": {
"data": "message can be any JSON object passable to chrome.runtime.sendMessageExternal"
}
},"CSV-to-MD": {
"id": "gaonahnbhbpdimakadahmbogdfdhlifg",
"message": {
"command":"CSV-to-MD",
"optionsCSV": {
// "deliminator": "\t", //tab
"deliminator": ",", //,
// "header": false
"header": true
}
},
"sendEditorContext": true
}
,"Pretty-MD": {
"id": "gaonahnbhbpdimakadahmbogdfdhlifg",
"message": {
"command":"Pretty-MD"
},
"sendEditorContext": true
}
}
menus.json

This is optional, but allows the command to be accessable in menu system.

{
"label": "MD Table Beautify",
"command": "api:execute",
"argument": "Pretty-MD"
},
{
"label": "Format SQL",
"command": "api:execute",
"argument": "format-SQL"
}
The following have contributed works

Without the following, this plug-in would not exist. Thanks to their works.

Caret
CSV To Markdown Table - their pattern is the base for the markdown formatting.

Top Extensions

 
(10943)
 
(50577)
 
(98995)
 
(25231)
 
(8324)
 
(1434)
 
(11367)

What has inspired us?

Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!