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://workspaceupdates.googleblog.com/2022/03/compose-with...
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 ?
What happened to the a nice "Labs" switch to opt into stuff that's new and a bit raw?
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.
It is a bit odd how they do it in Docs. In Cloud, announcements happen when the feature has already fully rolled out. Note, this is separate from region expansion, which might be delayed for some heavy-weight features (like new categories of VMs requiring special hardware.)
At least it's available to paying customers, that's not always the case.
Is it possible to get this feature in Slides as well?
I often need to prepare technical slides with code in it, and being able to just backtick away into a <code> tag or a <pre> block would be a godsend.
Not an answer to your question because this isn't integrated with Slides, but Slidev[0] can be used for creating slidedecks in Markdown
[0]: https://github.com/slidevjs/slidev
Not sure if you have the patience to use a beta product, but I recently started adding slideshows to Scroll.
This source code: http://hub.scroll.pub/slideshowdemo/index.scroll
Produces this HTML: http://hub.scroll.pub/slideshowdemo/
Is it also supported in the Google Drive export API? It's not in the docs yet at least. https://developers.google.com/drive/api/guides/ref-export-fo...
Yes, it will be supported by this API! I actually wasn't aware of this documentation page. I'll make sure it gets updated. Thanks for flagging
Oh that’s great. Does that mean Google drive will have good markdown previews now?
Will the API support uploading conversion of markdown to "application/vnd.openxmlformats-officedocument.wordprocessingml.document"? I process thousands of documents each month -- often have to parse from HTML to Markdown to Docx then finally upload and convert to Google Doc format.
It will support importing Markdown as a Google Doc.
I won't support directly importing Markdown as DOCX. For that you could convert from Markdown to Docs to DOCX though.
Check out Pandoc.
Is this also available from the googlecloud APIs libraries? Would be neat to be able to create a Google Doc from markdown content, it's something we were going to look into for one of the things we are building.
This will be supported by the Drive APIs
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) more organized that what John originally wrote.
The export part of the feature does support everything that CommonMark does! Curious what gave you the impression that it doesn't?
Question: when coming up with tests (whatever level they might be) before you submit your code, what’s your thought process about what tests to include? What edge cases to handle? What to not test? Is there much disagreement about what to test?
We did indeed write A LOT of tests!
I would say there wasn't much disagreement there. I typically started out by writing tests for the simple cases, then I would identify edge cases through actual usage of the feature locally, and write tests for those as well. Also, whenever bugs were found, I would write "regression test cases" for those when fixing.
Google keep…
Thank you! This is going to make my life MUCH easier
I can't wait.
This will make a huge difference to a lot of my work.
Would appreciate support for comments, with CriticMarkup or something.
Thank you for making that! I was using a plugin to export to markdown but it wasn't ideal.
I would like to be able to open and edit .md files in Google Docs on desktop and mobile like how Google Docs supports opening .docx files
Such a huge quality of life improvement for technical writers who rely on Gsuite collaboration features while editing Markdown docs. Thank you!
This is going to save me so much time, thank you for this!
Thanks for doing this! It’s amazing feature to use docs to compose and paste to my Hugo blog. Very good workflow