Preferred programs for editing markdown files #23
Replies: 4 comments 4 replies
-
So I personally really love VS Code for this! I do all my writing of .md files in VS Code now, as they have a really great extension called Markdown Preview Enhanced that does a really nice job of showing you the html preview of the work side by side the .md file. Highly recommend, it also does a really nice job of previewing all the formatting as well as code snippets and/or LaTex if you happen to write in that as well :) |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks so much for that suggestion of vscode. A few colleagues use it for sure, but I haven't explored it much at all. |
Beta Was this translation helpful? Give feedback.
-
I have heard very good things about Visual Basic. Because I work more often with Rmd documents or R integrations with markdown (e.g. that need to include results from R code chunks, and also Whenever the final document is HTML, I use the standard view of the RMarkdown document in combination with If the final document is a PDF (or anything different than HTML), I use the standard view of RMarkdown or the Visual Editor ( The Visual Editor in RStudio is mostly a what-you-see-is-what-you-get tool and it looks like this: (Early next year, RStudio will launch a new preview version with a lot of improvements to the Rmd and Md editing!) |
Beta Was this translation helpful? Give feedback.
-
Another simple alternative that I really like to use on the go is Brackets, which is a lightweight, open-source, "notepad on steroids". There are tons of extensions, including a Markdown live preview. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, since we are getting started on writing up the manuscript, I'm wondering what programs everyone likes to use for editing markdown files?
I like sublime because it's really lightweight to open and interact with, but there's not really a great "preview" feature that updates with an html version of the markdown file.
I find myself gravitating toward pycharm/rstudio because you can write in markdown and get a nice html preview.
Could always just edit text right on the files in GitHub, but I like the branching and committing workflow on my own laptop instead of using the web interface.
Thoughts on this? Any good preferences I've missed?
Beta Was this translation helpful? Give feedback.
All reactions