Skip to content

Releases: pffy/markdown-table

v14

05 Sep 14:11
fd13cd4
Compare
Choose a tag to compare
  • implements dist folder workflows

v13

03 Sep 23:11
aa4d56f
Compare
Choose a tag to compare
v13
  • added support for =IMAGE( ) formula, converting to HTML image tags
    • =IMAGE(url)
    • =IMAGE(A1)
    • image references are added to footnotes
<img src="IMAGE_URL" width="COLUMN_WIDTH" height="ROW_HEIGHT" TITLE="NOTES_TEXT">

IMAGE_URL: from formula URL
COLUMN_WIDTH: from Google Sheets cell column width
ROW_HEIGHT: from Google Sheets cell row height
NOTES_TEXT: from Google Sheets cell notes text

v11

03 Sep 03:58
10edeba
Compare
Choose a tag to compare
v11
  • added exporter that converts the canonical <<YOUTUBE_URL>> into a linked YouTube video thumbnail

v10

03 Sep 02:51
5a0f1bf
Compare
Choose a tag to compare
v10
  • added support for =HYPERLINK formula
  • added support for hypertext formatting within the grid
  • improved how empty spaces are handled in tables with sparse data

v9

31 Aug 23:02
cc3153d
Compare
Choose a tag to compare
v9
  • adds support for Markdown table footnotes, using sheet cell notes #8
  • sanitizes some cell input to prevent rendering issues on GitHub #1

v8

29 Aug 21:01
1da0b60
Compare
Choose a tag to compare
v8
  • added support for line breaks -- #2
  • added support for checkboxes -- #3
  • added compatibility chart -- #5
  • updated monospace Google font list -- #6
  • UI improvements