My guess is that this is strongly motivated by the success of LLMs. The lack of MD support makes manual IO from Docs to your favorite LLM lossy (or very annoying). Cool that it's fixed.
Import and Export Markdown in Google Docs
71–80 of 140 posts
Re: Import and Export Markdown in Google Docs
#72I don't see any mention of table support. That will be the first thing I try, I hope it works... if not now, eventually.
Re: Import and Export Markdown in Google Docs
#73I thought copy as MD existed years ago and then went to look for it recently and it was gone. Now it's back. Am I losing it?
Re: Import and Export Markdown in Google Docs
#74Is there an API to export a Google doc as markdown?
Re: Import and Export Markdown in Google Docs
#75No support for code blocks still: ```java String x = "xxx"; ``` No quoting: The docs for `libfloof` state: > The floof is 4 bytes long, at most. And when I type `code` with backticks at the start of a line, the word 'code' is formatted as code as expected, but auto-correct automatically capitalises it to 'Code' — which should never be done with code fragments. So this is basically just headings, italics, bold, and li…
Re: Import and Export Markdown in Google Docs
#76Hey folks, I'm the engineer who implemented the new feature. Just clearing up some confusion. A lot of you are noticing the preexisting automatic detection feature from 2022 [1], which I also worked on. That's NOT what this newly announced feature is. The new feature supports full import/export, but it's still rolling out so you're likely not seeing it yet! Hope you like it once it reaches you :) [1] https://workspac…
Re: Import and Export Markdown in Google Docs
#77Re: Import and Export Markdown in Google Docs
#78If this is implemented properly it’ll be a game changer for collaboration on papers. Means one can write a paper with colleagues in markdown and then easily knit with pandoc/quarto. Cheaper than overleaf etc.
You can already get most of the way there, as Pandoc supports reading the ODT or DOCX export from Google Docs reasonably well. I have this in my shell history: pandoc --from=docx --to=asciidoc --wrap=none --atx-headers --extract-media=img doc.docx > doc.adoc
Re: Import and Export Markdown in Google Docs
#79Hey folks, I'm the engineer who implemented the new feature. Just clearing up some confusion. A lot of you are noticing the preexisting automatic detection feature from 2022 [1], which I also worked on. That's NOT what this newly announced feature is. The new feature supports full import/export, but it's still rolling out so you're likely not seeing it yet! Hope you like it once it reaches you :) [1] https://workspac…
This isn't to say I prefer CM -- because Markdown came into being from Gruber's script. In a literal sense, "Markdown" is defined as whatever `markdown.pl` is, warts and all -- however, contact with the outside world forced things to move in a direction that is (so to speak) more organized that what John originally wrote.