/googledocs-addon-markdowntablefive

MarkdownTableMaker Google Sheets Add-On. Saves Markdown to Google Drive.

Primary LanguageJavaScriptThe UnlicenseUnlicense

MarkdownTableMaker

  • Make Markdown tables in Google Sheets.

chromewebstore_badgewborder_v2_340x96

About

  • MarkdownTableMaker Google Spreadsheets Add-On.
  • Get the latest release.
  • Converts Google Sheets (Google Docs Spreadsheets) selection into a Markdown table.
  • Used on: Markdown tables on GitHub, StackEdit, enterprise Markdown wikis, and more...

markdown table maker

  • Wait... What is Markdown?
  • Save table to Google Drive with the .md file extension.
  • Edit the Markdown file with compatible third-party Drive apps (e.g., StackEdit).
  • Uses the MarkdownTableMaker object.
  • Written in Google Apps Script.
  • You can also render Markdown elsewhere with the GitHub API.

Details

Features

  • Detects bold, italic and strikethrough font styles. Converts them to Markdown.
  • Detects multi-line cells. Converts them to Markdown Line Breaks.
  • Detects HYPERLINK formulas with URLs and Titles. Converts to Markdown links: [title](url)
  • Detects table column alignment for first row of a selected range. Applied in Markdown.
  • Detects Google monospace type fonts (e.g, Courier New) and converts text to inline syntax, with back-ticks.
  • Auto-crops ranges to row and column boundaries with content in cells.
  • Converts vertical pipes into inline code syntax to avoid Markdown engine rendering errors.
  • Learn more.

Install

Chrome Web Store Install

chromewebstore_badgewborder_v2_340x96

Manual Install

NOTE: Supported open beta program has concluded. Please use Google Chrome Web Store.

User Guide

Compatibility

Your Markdown table can be copied and pasted into these GitHub-Flavored Markdown (GFM) editors:

GitHub Flavored
Markdown Editors
Supports
Multi-line cells
Supports
Alignment
https://github.com YES YES
Atom by GitHub for Mac YES YES
StackEdit for Chrome
https://stackedit.io/editor
YES YES
Minimalist Markdown Editor for Chrome YES YES
Mado for Chrome YES YES
https://jbt.github.io/markdown-editor/ YES YES
http://mdp.tylingsoft.com/ YES YES
http://epiceditor.com/ YES NO
http://markable.in/editor/ YES NO
http://dillinger.io/ NO YES

Permissions

  • Needs access to Google Docs, Google Drive.
  • When you first run the Add-On, Google will request authorization for the app.
  • If authorization is given, you can always revoke it here when no longer needed.
  • You can see why distributing free software is so important to your privacy.

COMPLIANCE OFFICERS: This software is released under The Unlicense. For your software compliance paperwork mandated by your corporate policy, you can simply print/save this LICENSE file as proof of our software licensing agreement and completed acquisition. Please consult your legal department or a licensed attorney.

Reference

  • Does the name Gruber mean anything to you? It should ring a few bells. Markdown was created by John Gruber.