Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R Markdown support? #38

Open
Spartachetto opened this issue Feb 10, 2017 · 3 comments
Open

R Markdown support? #38

Spartachetto opened this issue Feb 10, 2017 · 3 comments

Comments

@Spartachetto
Copy link

I have doubts if this feature is more apt for this app or the text editor.
I already opened an issue there: Manage the file extensions associated with texteditor; it is more broad but related.

R Markdown is a file format which mixes text (markdown syntax) and code (R syntax).
R is a programming language with a strong user base in statistics and data analysis ( here you find one up to date "popularity context" which shows the diffusion of the language)

A support of the file format would be great.

I see two possibilities:

  1. this markdown editor opens .Rmd files and shows the formatted markdown text properly. In addiction it shows the syntax part as unformatted or indented text (the easy solution)
  2. this markdown editor and/or text editor opens .Rmd files and shows the formatted markdown text properly. In addiction it shows the syntax part with syntax highlighting (the really hard solution!)

Is there an interest at least for the first solution?


unrelated issue: The Markdown Editor is really a cool app! Thank you

@Spartachetto
Copy link
Author

Here is the repository for rmarkdown

https://github.com/rstudio/rmarkdown

It could be of some use, even if most of the code is in R

@bepolymathe
Copy link

Any news about this ? I would be interesting to be able to open .rmd files...

@Spartachetto
Copy link
Author

@icewind1991 I tried to save both the standard demo rmarkdown file and the presentation as .md files.
The rendering is good enough, in my humble opinion.

So the first possibility (the one without syntax highlighting of R code) is really a low hanging fruit. It would be enough to allow the markdown editor to open the .Rmd files.

Thank you for the markdown editor!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants