MWeb
Make by native macOS technology, the pursuit of the perfect combination with the system. In principle, the first is to pursue a simple interface and high performance, and then it is powerful, easy to use, and full-featured. Use Github Flavored Markdown syntax (GFM). Supports Table, TOC, LaTeX, Fenced code block, Task lists, Footnote, etc. The Markdown graphics supports mermaid, viz, echarts, plantuml, sequence, flow. Exporting as Image, HTML, Epub, PDF, RTF, Docx. Publishing to Wordrpess, Metaweblog API, Wordpress.com, Evernote, Blogger, Medium, Tumblr. Support screenshots and paste, copy and paste, drag and drop Insert images and display them directly in the editor. Support for setting the image width when compatible with Markdown syntax. A powerful document library supports category trees and tag management documents. Documents can be categorized into multiple categories. You can export a category to Epub, PDF, and generate static websites.
Learn more
Archimedes
Archimedes is a Markdown and LaTeX editor built from the ground up for the Mac and designed to make mathematical writing fun and easy.
At its core, Archimedes is a fully-featured plain text and Markdown editor. It includes a fast syntax highlighter and provides convenient keyboard shortcuts for common actions, such as inserting images and links. With complete support for Markdown, Archimedes makes formatting and structuring documents elegant and easy.
In Math Mode, Archimedes lets you write mathematics in a subset of LaTeX, making it an approachable LaTeX editor. Just enter $$ to get started. Over 700 intuitive commands, such as \sqrt{a^2 + b^2}, help you produce stunning mathematical output. Archimedes even autocompletes commands and intelligently matches closing braces, brackets, and parenthesis as you type.
Learn more
R Markdown
R Markdown documents are fully reproducible. Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL. R Markdown supports dozens of static and dynamic output formats including HTML, PDF, MS Word, Beamer, HTML5 slides, Tufte-style handouts, books, dashboards, shiny applications, scientific articles, websites, and more. R Markdown provides an authoring framework for data science. You can use a single R Markdown file to both. When you open the file in the RStudio IDE, it becomes a notebook interface for R. You can run each code chunk by clicking the icon. RStudio executes the code and display the results inline with your file.
Learn more
blogdown
We introduce an R package, blogdown, in this short book, to teach you how to create websites using R Markdown and Hugo. If you have experience with creating websites, you may naturally ask what the benefits of using R Markdown are, and how blogdown is different from existing popular website platforms, such as WordPress. It produces a static website, meaning the website only consists of static files such as HTML, CSS, JavaScript, and images, etc. You can host the website on any web server (see Chapter 3 for details). The website does not require server-side scripts such as PHP or databases like WordPress does. It is just one folder of static files. The website is generated from R Markdown documents (R is optional, i.e., you can use plain Markdown documents without R code chunks). This brings a huge amount of benefits, especially if your website is related to data analysis or (R) programming.
Learn more