Open albert-ying opened 2 years ago
For reference https://github.com/noamross/redoc/issues/33
The linked redoc issue is a tall order. I'd be fine if we used formatting for the following components:
<...>
I believe most can be found with a very simple regex search and replace. We seem to be using already some of the features of the Google Docs API at https://developers.google.com/docs/api/how-tos/overview to achieve the highlighting.
Would you be open to an enhancement along those lines?
Also, code chunks could be typeset in a font with size 1 or smaller.
btw recently I heard about the docs API https://mastodon.social/@noamross@ecoevo.social/110078221869259228
We can use the googledrive package to upload/download a .docx
file, and even store it as Google doc. Such a file could be created by converting a modified version of the .Rmd
/.qmd
file to .docx
. Perfect roundtrip will be a bit tricky though, maybe we need some postprocessing during the .docx
-> .Rmd
/.qmd
conversion.
Hi, is it possible to integrate the feature like
redoc
https://noamross.github.io/redoc/, which allows collaborative editing on a formatted word (hence google doc) file?This would be more 'friendly' when interacting with your non-nerd collaborators...