You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It Would Be Nice if an exported Markdown (or HTML, I suppose) version of a document included the comments on the document. This feature is the one reason I keep using Draft to convert my Google Docs to Markdown).
How Draft represents Docs comments (which I'm not sure is the best way, but is one way) is easier to show by way of example than by describing. Suppose I have a document containing the text "The quick brown fox jumped over the lazy dogs", and there was a comment on "lazy", a comment on "quick brown", and a thread of three comments on "quick". This would be represented as the following Markdown:
The _**quick**[a][b][c] brown_[d] fox jumped over the _lazy_[e] dogs"
[a] First comment in the thread
[b] Second comment in the thread
[c] Third comment in the thread
[d] Text of the second comment
[e] Text of the first comment
Draft doesn't include any indication of comment authorship or date in the Markdown it creates, nor does it import marked-resolved comments or comments that are not (or are no longer) attached to specific text locations in the current state of the document, both of which are features I've wished for.
The text was updated successfully, but these errors were encountered:
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 accessible. I'm going to mark this as a possible enhancement, in case the comments do become accessible directly from Apps Script.
It Would Be Nice if an exported Markdown (or HTML, I suppose) version of a document included the comments on the document. This feature is the one reason I keep using Draft to convert my Google Docs to Markdown).
How Draft represents Docs comments (which I'm not sure is the best way, but is one way) is easier to show by way of example than by describing. Suppose I have a document containing the text "The quick brown fox jumped over the lazy dogs", and there was a comment on "lazy", a comment on "quick brown", and a thread of three comments on "quick". This would be represented as the following Markdown:
Draft doesn't include any indication of comment authorship or date in the Markdown it creates, nor does it import marked-resolved comments or comments that are not (or are no longer) attached to specific text locations in the current state of the document, both of which are features I've wished for.
The text was updated successfully, but these errors were encountered: