Import and Export Markdown in Google Docs
Google Workspace introduces Markdown import and export in Google Docs, enhancing compatibility with Markdown tools. Users can convert content, collaborate on software documentation, and streamline workflows. Admins lack control, and rollout spans 15 days from July 16, 2024.
Read original articleGoogle Workspace now allows users to import and export Markdown in Google Docs, enhancing interoperability with other Markdown supporting tools. This update enables users to convert Markdown to Docs content on paste, copy Docs content as Markdown, export a Doc as Markdown, and import Markdown as a Doc. Particularly beneficial for technical content writers, this feature allows for collaboration on software documentation in Docs and subsequent export for use in other Markdown supporting tools. Admins do not have control over this feature, and end users can enable the import and export options by default, with the "Copy as Markdown" and "Paste from Markdown" options requiring activation in Docs settings. The rollout will be gradual over up to 15 days, starting on July 16, 2024, and is available to all Google Workspace customers, Workspace Individual Subscribers, and users with personal Google accounts. This update aims to streamline workflows for users who frequently work with Markdown in their documents.
Related
The Eternal Truth of Markdown
Markdown, a simplified code alternative to HTML, enables diverse document formats from plain text. Despite lacking standardization, it thrives for its adaptability and simplicity, appealing to writers and programmers alike.
Proton launches its own version of Google Docs
Proton introduces Proton Docs, an encrypted alternative to Google Docs in Proton Drive. It offers advanced features for various industries, supports real-time collaboration, and is part of Proton's expanding privacy-focused product lineup.
Proton just launched a privacy-focused alternative to Google Docs
Proton Docs, part of the Proton suite, offers a privacy-focused alternative to Google Docs. It ensures end-to-end encryption, catering to users concerned about data privacy, with plans for multi-platform support.
Markdown: An effective tool for LLM interaction
Introducing 'Mark', a Markdown CLI tool for seamless interaction with GPT-4o models. It enables in-document threaded conversations, image tags, link references, and extensibility through standard input. Mark enhances user experience by optimizing interactions with LLMs. Installation requires an OpenAI API key and Python 3.10+.
Google Docs adding Markdown import and export
Google Docs introduces new Markdown features for enhanced interoperability with other tools. Users can convert content between Markdown and Docs formats, benefiting technical writers for software documentation collaboration. Available for Google Workspace and personal accounts.
- Some users are excited about the new feature, noting its potential for improved collaboration and workflow efficiency.
- There are concerns about incomplete Markdown support, particularly for code blocks, quoting, and tables.
- Several comments suggest that the feature is motivated by the rise of LLMs and the need for better integration with AI tools.
- Users mention alternative tools like HackMD and Stash.new for real-time Markdown collaboration.
- Some express frustration with Google's slow implementation and the lack of comprehensive Markdown features.
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...
```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.
and
The lack of MD support makes manual IO from Docs to your favorite LLM lossy (or very annoying). Cool that it's fixed.
Google Docs -> Markdown -> Hugo website was a great workflow: https://github.com/whyboris/utilitarianism.net
[1] https://workspace.google.com/u/0/marketplace/app/docs_to_mar...
I always start editing in gdocs because it's so much easier to collaborate on than any blog platform, but then you always need to copy/paste the content once final into the blog and nearly every time, it copies some elements of formatting into the rich HTML editor I don't want (fonts, font sizes, etc) while I do want some things (headings, bold, italics). It's usually easy to import markdown to blogs or trivial to convert it to stripped-down HTML that can be imported. One of the teams I worked on built a simple gdoc script to do this
Could you build a confluence/wiki like system on top of this?
Thank you to the people who made this happen! May you continue your great work for a long time to come!
Meanwhile, Trello is once again threatening to force everyone onto the new rich-text editor and disable the old markdown one.
I 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!
look forward to trying this.
Related
The Eternal Truth of Markdown
Markdown, a simplified code alternative to HTML, enables diverse document formats from plain text. Despite lacking standardization, it thrives for its adaptability and simplicity, appealing to writers and programmers alike.
Proton launches its own version of Google Docs
Proton introduces Proton Docs, an encrypted alternative to Google Docs in Proton Drive. It offers advanced features for various industries, supports real-time collaboration, and is part of Proton's expanding privacy-focused product lineup.
Proton just launched a privacy-focused alternative to Google Docs
Proton Docs, part of the Proton suite, offers a privacy-focused alternative to Google Docs. It ensures end-to-end encryption, catering to users concerned about data privacy, with plans for multi-platform support.
Markdown: An effective tool for LLM interaction
Introducing 'Mark', a Markdown CLI tool for seamless interaction with GPT-4o models. It enables in-document threaded conversations, image tags, link references, and extensibility through standard input. Mark enhances user experience by optimizing interactions with LLMs. Installation requires an OpenAI API key and Python 3.10+.
Google Docs adding Markdown import and export
Google Docs introduces new Markdown features for enhanced interoperability with other tools. Users can convert content between Markdown and Docs formats, benefiting technical writers for software documentation collaboration. Available for Google Workspace and personal accounts.