asciidoc-googledocs-addon icon indicating copy to clipboard operation
asciidoc-googledocs-addon copied to clipboard

Export Google Docs as AsciiDoc

Results 17 asciidoc-googledocs-addon issues
Sort by recently updated
recently updated
newest added

When I try to convert a gdoc get error "ScriptError: TypeError: child.editAsText is not a function". It seems I can convert small parts of it, but not the whole doc,...

bug

Section breaks are `DocumentApp.ElementType.UNSUPPORTED` and should be ignored to avoid error. We should add the following code: ```js if (child.getType() == DocumentApp.ElementType.UNSUPPORTED) { continue; } ``` just before: https://github.com/Mogztter/asciidoc-googledocs-addon/blob/b70259eea794eb0254741c08ed90cab42ea02eef/app/Code.gs#L67

bug

I don't know exactly why and this is undocumented but I can reproduce this issue on a Google Document. For reference, here's the documentation for `DocumentApp.PositionedImage#getBlob`: https://developers.google.com/apps-script/reference/document/positioned-image As a result,...

bug

I have lots of inline code in my gdoc along styled with consolas font among words with Arial font. Those codes are not converted to adoc syntax.

bug

Feedback from David Turanski: > I had to look at the source code to realize that you need use one of the prescribed font families like Courier New. The docs...

documentation

Hello, I am trying to set up a workflow where product managers iterate on a release notes draft on Google Docs. When it's release time, I want to copy paste...

If the user does not want to embed images in the document we could provide an option (see #17). In this case, images will be exported to a Google Drive...

Hello! Thank you for open-sourcing this wonderful add-on! I was wondering if there are any plans to add support for the other way around: importing asciidoc and converting it into...

@briandominick I'm a few years late but here's the configuration panel! ![config-panel](https://user-images.githubusercontent.com/333276/35281515-6932b3c8-0053-11e8-98b0-4c9a7e59655a.png) This is still a work in progress because currently I'm just saving the user preferences. We need to...

I think the level 1 and 2 headers conversion is fundamentally broken and I think it has to do with AsciiDoc Cheatsheet misleading us. I have opened a discussion around...