• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

README.mdH A D25-Dec-2015857 84

action.phpH A D25-Dec-20151.4 KiB4028

plugin.info.txtH A D25-Dec-2015209 97

README.md

1# rstudio
2
3Using Firefox (or Chrome), it is possible to copy an RStudio page and paste it into ckgedit's editing window, and it can then be saved as a Dokuwiki file. In order to copy the RStudio code blocks without error, it is necessary to remove any internal formatting that occurs inside the RStudio code blocks. This is done by clicking the ckgedit's select-all tool and then clicking the unformat tool. The page and its diagrams will then save correctly. See the following video:
4
5          https://www.youtube.com/watch?v=_es_hdQvU8c&feature=youtu.be
6
7Howewever, the RStudio code will not have highlighting. That is the purpose of this plugin. Before saving, at the top of the RStudio page, enter the following macro: ~~R_STUDIO~~. After the page is saved consider removing the macro to prevent unnecessary processing.
8