maxandersen / gdoc2adoc

Scripts to use for converting Google Docs to AsciiDoc(tor) format
Apache License 2.0
54 stars 17 forks source link

Explore option to paste asciidoc html input into Google Docs and have the script send back a non destructive version #13

Open emmanuelbernard opened 8 years ago

emmanuelbernard commented 8 years ago

Use case: write text in asciidoc and have people modify the document on Google Docs. Then send back changes to the asciidoc "source".

maxandersen commented 8 years ago

I believe if you take the html output of asciidoc and import into google docs is already working pretty well (except maybe TOC's). Did it fail for you ?

emmanuelbernard commented 8 years ago

Yes but the use case is a full loop, not a one way trip. Adoc -> Google Docs -> Adoc without losing data.