collaborative quarto editing #405
Replies: 5 comments 19 replies
-
Yes, we 100% see these same issues and its definitely on our roadmap to address. |
Beta Was this translation helpful? Give feedback.
-
That does sound interesting.
|
Beta Was this translation helpful? Give feedback.
-
Just use google docs. It works great for this purpose. |
Beta Was this translation helpful? Give feedback.
-
I stumbled on this package by chance, have you ever checked this one? This supports collaborative editing of qmd/rmd/rnw by leveraging Google Docs. |
Beta Was this translation helpful? Give feedback.
-
The best solution I have seen so far are the online markdown editors. https://hackmd.io checks many boxes (renders markdown, real-time collab, comments possible on the preview, links for filesharing). Importantly, it can be integrated with GitHub, so changes in the narrative text can be merged back into a project repo and IMHO, a version of HackMD with critic markup support and some sort of cache for rendering the latest code chunk outputs would be pretty close to the Holy Grail of collaborative quarto editing. I am also eyeing https://github.com/typst/webapp-issues, as |
Beta Was this translation helpful? Give feedback.
-
What are your thoughts on collaboration with quarto?
For academic writing, I think the main "competitor" to match in terms of features is https://www.overleaf.com/ but quarto has the potential for a way smoother workflow, with
preview
for html output being much faster than recompiling on overleaf.The main hurdle so far is collaboration with people who are focused on the content, who don't have to run the code but just want to change a couple of words, add a sentence, remove a section or highlight a piece and add a comment and have these changes tracked without having to know git or manually commit changes.
I assume these things fit in nicely with RStudio's professional products, but when the computations are not at the center, which is often the case when working on a manuscript, the added price would likely make people stick with e.g. overleaf, especially since in academia it is harder to spend money on such tooling compared to industry.
So, tldr. I would be over the moon to eventually see a minimal collaborative editing solution for quarto documents with a super low barrier to entry, like the google docs of scientific writing.
Beta Was this translation helpful? Give feedback.
All reactions