Skip to content
#

apps-script

Here are 160 public repositories matching this topic...

dskeithbuck
dskeithbuck commented Oct 23, 2019

Google Apps Script allows you to easily create dialogs with HTML (.html). However, some things like READMEs and CHANGELOGs are easier and more likely to be maintained as Markdown (.md) files.

I'm imagining a workflow where I could write some Typescript like:

function showChangelog() {
    var html = HtmlService.createHtmlOutputFromFile('CHANGELOG')
        .setWidth(480)

Improve this page

Add a description, image, and links to the apps-script topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apps-script topic, visit your repo's landing page and select "manage topics."

Learn more