google-apps-script
Here are 661 public repositories matching this topic...
-
Updated
Sep 28, 2019 - JavaScript
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
May 30, 2020
Adding JSDoc support
Google sheets allows JSDoc comments to make descriptions for custom functions:
https://stackoverflow.com/questions/15015373/how-to-add-custom-function-help-to-a-google-spreadsheet-not-the-script-edit
However scripts compiled with the starter don't show up as help text.
The bundling process does not remove the comments as I can see them in the google apps script editor. I suspect it's just n
I am using google docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to generate HTML from docs.
I have some code blocks in the docs, while parsing the doc JSON to HTML, i am getting a table block for the code block.
how can I export code block to pre tag?
Hi grahamearley
I like the project yet it seems to be standing still, so I forked it. I was meaning to basically make the same thing but you made life easy. Are you still planning to work on this?
My goal is to make a full Firebase wrapper which works like the NodeJS FirebaseAPI you use in a cloud function.
e.g. firestore.collection('foo').doc('bar').get();
Another goal of mine is to
-
Updated
Jan 8, 2020 - Dart
-
Updated
Oct 2, 2019 - JavaScript
-
Updated
May 13, 2020 - TypeScript
-
Updated
Dec 27, 2018 - JavaScript
Hello I have downloaded the google docs addon for Wordpress, installed and connected Jetpack. However when I go to add the site within the Google Docs Addon, I authorize the site via Wordpress.com but then it just takes me to my wp-admin page and nothing gets added from within Google. It appears I'm either missing a step or something is not integrating properly, could you please assist?
-
Updated
Mar 23, 2020 - JavaScript
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Feb 6, 2017 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
May 28, 2020
-
Updated
May 18, 2020 - JavaScript
-
Updated
Mar 11, 2020 - Go
-
Updated
Oct 17, 2019 - JavaScript
-
Updated
May 26, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jan 25, 2018 - JavaScript
Documentation
Hi
Look at my variant of the documentation of Tamotsu https://github.com/oshliaer/Tamotsu/blob/apidocs/API.md
I'm self-education and I can miss some important things. Please consider my code. I'm interested in:
- Did I choose the right way?
- Do I correctly reflect the main idea of the library?
Cheers!
Related #11
-
Updated
May 3, 2019 - JavaScript
-
Updated
Feb 9, 2019 - HTML
-
Updated
Jan 13, 2020 - CoffeeScript
Improve this page
Add a description, image, and links to the google-apps-script topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-apps-script topic, visit your repo's landing page and select "manage topics."
Expected Behavior
generateUserUsageReport should tell me how many new Docs a user made in the last week.
Actual Behavior
Right now, it returns "undefined".

Steps to Reproduce the Problem