Skip to content

Commit 44c9700

Browse files
authored
Update for UI changes
From mangini#60
1 parent 9c4f682 commit 44c9700

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ A simple Google Apps script to convert a properly formatted Google Drive Documen
77

88
* Adding this script to your doc (once per doc):
99
* Open your Google Drive document (http://drive.google.com)
10-
* Tools -> Script Manager > New
11-
* Select "Blank Project", then paste this code in and save.
12-
* Clear the myFunction() default empty function and paste the contents of [converttomarkdown.gapps](https://raw.github.com/mangini/gdocs2md/master/converttomarkdown.gapps) into the code editor
10+
* Tools -> Script editor
11+
* File -> New -> Script file (or reuse the default Code.gs file in the project)
12+
* Delete the default empty function myFunction() and paste the contents of [converttomarkdown.gapps](https://raw.github.com/mangini/gdocs2md/master/converttomarkdown.gapps) into the code editor
1313
* File -> Save
1414

1515
* Running the script (run as many times as you want):
16-
- Tools > Script Manager
17-
- Select "ConvertToMarkdown" function.
18-
- Click Run button (First run will require you to authorize it. Authorize and run again)
16+
- Tools -> Script editor
17+
- Ensure that the correct script file is selected in the project.
18+
- In the taskbar, click "Select function" and select "ConvertToMarkdown".
19+
- Click the Run button (First run will require you to authorize it.)
1920
- Converted doc with images attached will be emailed to you. Subject will be "[MARKDOWN_MAKER]...".
2021

2122

0 commit comments

Comments
 (0)