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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ gdocs2md
4
4
A simple Google Apps script to convert a properly formatted Google Drive Document to the markdown (.md) format.
5
5
6
6
## Usage
7
+
Running the script:
7
8
8
-
* Adding this script to your doc (once per doc):
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
13
-
* File -> Save
9
+
* Adding this script to your doc (once per doc):
10
+
* Open your Google Docs document
11
+
* Tools > Script editor
12
+
* Delete the default empty function myFunction() and paste the contents of the `converttomarkdown.gapps` file into the code editor
13
+
* File > Save
14
14
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)
19
-
- Converted doc with images attached will be emailed to you. Subject will be "[MARKDOWN_MAKER]...".
20
-
15
+
* Running the script (run as many times as you want):
16
+
* Tools > Script editor
17
+
* Select the code file with the `ConvertToMarkdown` function
18
+
* In the taskbar, click "Select function" and select `ConvertToMarkdown`
19
+
* Click the Run button (first run will require you to authorize it)
20
+
* Converted doc will be mailed to you. Subject will be "[MARKDOWN_MAKER]..."
0 commit comments