Import and Export Markdown in Google Docs
workspaceupdates.googleblog.com
Import and Export Markdown in Google Docs
1–10 of 140 posts
Re: Import and Export Markdown in Google Docs
#2Re: Import and Export Markdown in Google Docs
#3The lack of MD support makes manual IO from Docs to your favorite LLM lossy (or very annoying). Cool that it's fixed.
Re: Import and Export Markdown in Google Docs
#4I 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
#5Re: Import and Export Markdown in Google Docs
#6My 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.
Re: Import and Export Markdown in Google Docs
#7If 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.
Re: Import and Export Markdown in Google Docs
#8Re: Import and Export Markdown in Google Docs
#9 ```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 links?
It's really annoying when you need to share technical documentation with lots of code and code-like content with people and they've started doing the spec in Google Drive. Just give me working Markdown.
Re: Import and Export Markdown in Google Docs
#10No 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…
Looking at you HN... (ok at least we have 2 indents codeblock)