You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function onOpen() {
DocumentApp.getUi().createMenu('Markdown Conversion')
.addItem('Convert and email', 'ConvertToMarkdown')
.addToUi();
}
2: Does anyone know a way of adding this script so it's globally available to all docs in my account rather than adding per doc? I've been trawling through https://developers.google.com/apps-script/scripts_containers and sadly it doesn't look like it can be. I hope I'm wrong though.
3: Would you consider adding support for automatically "pushing" the page to a Google Hosted folder so it can be easily published in 2 clicks using something like Markdown-js.
Finally, thanks again!
The text was updated successfully, but these errors were encountered:
Firstly, thanks for this great script.
1: Did you know you can add a menu very simply?
2: Does anyone know a way of adding this script so it's globally available to all docs in my account rather than adding per doc? I've been trawling through https://developers.google.com/apps-script/scripts_containers and sadly it doesn't look like it can be. I hope I'm wrong though.
3: Would you consider adding support for automatically "pushing" the page to a Google Hosted folder so it can be easily published in 2 clicks using something like Markdown-js.
Finally, thanks again!
The text was updated successfully, but these errors were encountered: