Code Monkey home page Code Monkey logo

markdown-table's People

Contributors

pffy avatar

Watchers

 avatar

Forkers

fhyltavz

markdown-table's Issues

[ feature ]: Convert <<YOUTUBE_URL>> into linked preview thumbnail image

Using the canonical YouTube watch URL:

https://www.youtube.com/watch?v=[VIDEO_ID]

Adding double brackets to each side:

<<https://www.youtube.com/watch?v=[VIDEO_ID]>>

generates a linked YouTube thumbnail during Markdown table conversion:

[![TEXT_HERE](YOUTUBE_IMAGE_URL "TEXT_HERE")](YOUTUBE_WATCH_URL)

Some punctuation affects Markdown table renderning on GitHub

When certain characters start a Markdown table sequence, GitHub attempts to render the table sequence as another HTML element. The following table provides results of a pass/fail test that placed items from an enumerated list of punctuation characters at the beginning of a Markdown table sequence.

removing deprecated stuff

with the implementation of the classes TextStyle and RichTextValue the following are no longer needed:

Range.getFontWeights()
Range.getFontStyles()
Range.getFontLines()

[feature class]: features that use the Google Sheets FORMULA are locale-dependent

There is a "class of features" for add-ons that depend on spreadsheet formulas (e.g., =HYPERLINK(), =IMAGE(), etc.). The behavior of these formulas depend on spreadsheet locale (language and location).

Before we add these type of features that depend on spreadsheet cell formulas, this Markdown table add-on should be (somewhat) localized.

Localization requires a better understanding for each implemented locale. For example, functions either use a COMMA or SEMICOLON as function parameter delimiters.

Test data available here: pffy/udon#1

Hyperlinked number cells lose links when exported

A cell that contains only a number and has a hyperlink loses the link when exported. For example, I would expect a cell with 3.1415 linked to the Wikipedia page for pi to export as:

|Value|
|--: |
|[3.1415](https://en.wikipedia.org/wiki/Pi)|

but instead it produces

|Value|
|--: |
|3.1415|

In contrast, hyperlinked text exports correctly.

[ update ]: refresh list of Google monospace (fixed-width) fonts for detection

Current list:

'anonymous pro',
'b612 mono',
'courier',
'courier new',
'courier prime',
'cousine',
'cutive mono',
'dm mono',
'droid sans mono',
'fira code',
'fira mono',
'ibm plex mono',
'inconsolata',
'major mono display',
'monospace',
'nanum gothic coding',
'nova mono',
'overpass mono',
'oxygen mono',
'pt mono',
'roboto mono',
'share tech mono',
'space mono',
'source code pro',
'ubuntu mono',
'vt323'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.