Markdown guides

Markdown editors

In this session, we use the online editor Dillinger, but there are many other online Markdown editors available. Here is a list of some of them:

Markdown note-taking tools

  • Obsidian - Markdown-based note-taking and knowledge-management app with links between notes, graph views, plugins, and local file storage. See Markdown note-taking for more information.
  • Zettlr - Markdown editor with citation management support
  • QOwnNotes - Free cross-platform Markdown note-taking app
  • Joplin - Open-source cross-platform Markdown note-taking and to-do app with synchronization support; note content uses Markdown, but Joplin manages it in an internal data store rather than as a folder of ordinary .md files

Import and export formats

The tools below can help with importing content into Markdown and exporting Markdown files to a variety of other formats.

Input

Getting documents and content into Markdown format:

Output

Converting plain text Markdown files into:

Statistics & analysis

For data science, you can use R Markdown (Markdown with working program code mixed in):

  • RStudio - an integrated development environment (IDE) for statistical computing that supports R Markdown

View in GitHub

Loading last updated date...