Skip to content
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ A simple Google Apps script to convert a properly formatted Google Drive Documen

![Screenshot Google Docs with gdocs2md](markdown.png)

## :warning: Updates on this repo

Proceed carefully. Take some time to experiment and learn how it works. I take no responsibility for lost documents.

This repo introduces 2 new versions for the file export feature:
- v1.5 where you specify the destination folder (need to edit the first variable on the script file)
- v2 where it saves the files on the same folder where the google document is located.

Both versions update files instead deleting an entire subfolder. (with exception to images, they are actually deleted and reuploaded).
Hope this is useful for other ppl. If you're curious I'm using this to be able to get a regular backup on github of an important document I'm working on :)

#### Known limitations:
Under some circumstances the script will fail. I've been trying to fix some myself, for others I've been asking around for help.
Current known limitations that I am not working on include:
- the use of columns
- the use of page numbers

## Usage

* Adding this script to your doc (once per doc):
Expand Down Expand Up @@ -51,6 +68,7 @@ A simple Google Apps script to convert a properly formatted Google Drive Documen
* Renato Mangini - [G+](//google.com/+renatomangini) - [Github](//github.com/mangini)
* Ed Bacher - [G+](//plus.google.com/106923847899206957842) - [Github](//github.com/evbacher)
* Andreas Wolke - [G+](//plus.google.com/+AndreasWolke) - [Github](//github.com/jacksonicson)
* Omar Costa Hamido - [webpage](https://omarcostahamido.com) - [Github](https://github.com/omarcostahamido)

## LICENSE

Expand Down
Loading