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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ A simple Google Apps script to convert a properly formatted Google Drive Documen
7
7
8
8
* Adding this script to your doc (once per doc):
9
9
* 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
13
13
* File -> Save
14
14
15
15
* 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.)
19
20
- Converted doc with images attached will be emailed to you. Subject will be "[MARKDOWN_MAKER]...".
0 commit comments