evbacher

Results 81 comments of evbacher

I'm still curious -- so I did a bit of poking around. There's some information and a batch library that might provide some clues. See http://patt0.blogspot.com/2014/08/continuous-batch-library-update-for.html for a blog post...

Thanks for opening this issue. I think it's worth exploring, since block quotes are common in some docs. Google Docs does not have a blockquote type, but we can try...

Some notes: we already detect if a paragraph is indented. Sometimes it is because the paragraph is a list item that is indented. But if it's a plain paragraph, we...

Thanks for point this out: Docs to Markdown is pretty literal in converting. If there's a space that's marked bold at the beginning (or end) of a string, it will...

Thanks for attacking the list bugs! Your fix seems to work on your test file, but it breaks other list cases. Can you test it out on the dev verification...

I'll try to get time to take another look at this. But you'll also need to sign the CLA referred to in [CONTRIBUTING.md](https://github.com/evbacher/gd2md-html/blob/master/CONTRIBUTING.md). I cannot accept code into this repo...

It breaks other test cases, so I am not going to merge. I'll check again and let you know which cases it breaks.

I'm not sure how Draft imports Google Docs -- may be via the REST API, which does support importing comments. From an Apps Script add-on, though, the comments are not...

See https://developers.google.com/drive/api/v2/reference/comments/. May be possible to use this.

Thanks -- I'm glad you like using Docs to Markdown! I can understand your frustration with the added newlines. Docs to Markdown assumes that every paragraph in a Google doc...