sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

implement export to html for rmd files #4488

Open DrXyzzy opened 4 years ago

DrXyzzy commented 4 years ago

Here's how to do it now in several steps:

  1. Open your rmd file in CoCalc. Say it is "foo.rmd"
  2. In the Files list, find file "foo.html" and folder "foo_files" and click the checkboxes for both of them
  3. Select "Download". CoCalc will create a zip file with your html and supporting images, etc. ("Download as archive").
  4. You can open the zip file on your local computer and view the html file in your browser, including images.

Based on support ticket 7741.

haraldschilly commented 4 years ago

Idea: what about adding a download button (:arrow_down:) next to the print button in the button bar of the HTML frame?