swarm-lab / editR

A Rmarkdown editor with instant preview
GNU General Public License v3.0
350 stars 30 forks source link

make a RStudio addin? #20

Closed dracodoc closed 7 years ago

dracodoc commented 8 years ago

If editR could have a RStudio addin to call editR on current opened file, it will be much easier to use than call the function manually.

Besides, does editR have to create all the object in the global environment?

richardlent commented 7 years ago

An RStudio addin would be great, especially if it also included the ability to insert Markdown syntax into the R Markdown document being edited, e.g., bold, italics, link, image, footnote, etc.

dracodoc commented 7 years ago

Decided to do it by myself. @richardlent you can have a try.

24