Hey 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…
Import and Export Markdown in Google Docs
121–130 of 140 posts
Re: Import and Export Markdown in Google Docs
#122Earlier quoted context omitted.
The main effect of slow rollouts on me is that I never use the feature. It goes like this. 1. There's a service I use sporadically or used to use 2. They announce a new feature that might potentially mean I'll start using it again/more 3. I read the post, log in and realise I don't have access yet 4. I completely forget this ever happened. Surely all the effort that goes into announcing these things is a bit wasted ?…
I can't speak to the reasoning for announcing before 100% rollout, but I can say that the slow rollout is for safety. That way if there's a severe bug, then we can catch it while it affects a small number of users, instead of all users. Labs is more for experimental features that needs more beta testing before rolling out to everyone, rather than being the "first stage" of slow rollout.
Re: Import and Export Markdown in Google Docs
#123Earlier quoted context omitted.
> trivial features Four features were announced: 1. Convert Markdown to Docs content on paste 2. Copy Docs content as Markdown 3. Export a Doc as Markdown (from File > Download) 4. Import Markdown as a Doc (from File > Open or "Open with Google Docs" from Drive) Which of these do you see as trivial? These all seem quite complex to me with many edge cases , incompatibilities and ambiguities, especially if there's an e…
All of them. It should have been implemented years ago. Using GDocs after using notion for a few weeks feels like going back in time.
Even though Notion is now better on many fronts as you said, people who have to stick to Google Docs benefit from Notion's existence in that way.
Re: Import and Export Markdown in Google Docs
#124I hope the "new tab experience" is rolled out to non-workspace users too. The tab + markdown export combination would make Google Docs a great blog editor!
Re: Import and Export Markdown in Google Docs
#125Hey 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
#126Thank you to the people who made this happen! May you continue your great work for a long time to come!
Re: Import and Export Markdown in Google Docs
#127Hey 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…
Hi, thanks for this amazing work. Just curious: Google docs supports a lot more than what Markdown has syntaxes for - how do you deal with this when exporting to markdown?
Re: Import and Export Markdown in Google Docs
#128Hey 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…
How does it handle images in the imports and exports?
Export outputs base64 encoded image URLs. We use Markdown reference links to place the large URLs out of the way of reading at the bottom of the file
Re: Import and Export Markdown in Google Docs
#129Earlier quoted context omitted.
I would have expected this to export CommonMark, but it seems like it's not quite up to that yet. Is that on the board for a future release? 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) mor…
The export part of the feature does support everything that CommonMark does! Curious what gave you the impression that it doesn't?
The existence of comments about how certain elements were rendered on export made me think that something was missing when compared with CM.
Re: Import and Export Markdown in Google Docs
#130Earlier quoted context omitted.
Stick downdoc on the end of that pipeline and you're done -- unless you prefer working in AsciiDoc, I guess. Not my thing, but you do you... https://github.com/opendevise/downdoc
Asciidoctor has been much better received by my colleagues, primarily for the built-in support of a few technical writing features — admonitions, non-trivial tables, crossreferences, etc.