-
Notifications
You must be signed in to change notification settings - Fork 7
gdocs2md debugging: repo network, round 2
Louis edited this page Mar 11, 2015
·
12 revisions
The forks that didn't just fail with the same off-by-1 in initial attempt were just tricky to set up (not necessarily a bad thing if they work)
- This commit in trepidacious's fork describes "improved handling of bold and italic formatting" (creation of a new function
processTextElement2
).
-
may still be useful...?
-
clearf's fork has 'big changes to conversions', 'adding files to the google directory structure' - creating a
Markdown
folder if not existing in the source document's diretory, images in a subfolder of themarkdown
folder (document.getName()+"_images"
)-
Bingo:
reformatted_txt.setLinkUrl(off, lastOff-1, url)
appears to be fixing the off-by-1... - ... but folder ID is hard-coded (for developer's Drive folder!) and after accidentally setting it up app can't access markdown folder (one was made though)
-
Bingo:
It works...?
😄 !
Forked a new repository: gdocs2Rmd