对于程序员来说,markdown绝对不会陌生。

不管是写博客,或是写readme,或是写wiki,都会用到markdown语法。

这篇博客不是为了介绍markdown的语法,之所以写这篇博客是因为终于找到了一款好用的离线markdown编辑器了!!!!!

haroo在韩语中的意思是“一天”,所以为什么官方网站很多是韩文。

官网:
http://pad.haroopress.com/

作为使用人员进入:
http://pad.haroopress.com/user.html

github地址:
https://github.com/rhiokim/haroopad/

官方介绍:
Haroopad is a markdown enabled document processor for creating web-friendly documents.

You can author professional-looking documents of various formats: blog posts, slides, presentations, reports, email and more.

Haroopad gives you the same editing experience regardless of the platform you are working on. It runs on all three major operating systems—Windows, Mac OS X, and Linux.

最重要的是跨平台,可以在windows mac linux上使用!

根据自己的平台进行下载:

Haroopad做了很好的国际化,所以使用中文的朋友不用一点担心!


牛逼的代码块
比如显示C++代码:

void MainThread::OnMsgBoxCallback( MsgBoxRet ret )
{if(ret == MB_YES){std::wstring dir = QPath::GetNimAppDataDir();QCommand::AppStartWidthCommand(dir, L"");}nim_ui::WindowsManager::SingletonShow<LoginForm>(LoginForm::kClassName);
}

效果:

导出PDF
文件 -> 打印 -> 打印到文件

导出html
文件 -> 导出到 -> HTML

使用
markdown:

# Presentation Title
[Yours Truly](), Famous Inc.![cover](http://www.dvd-ppt-slideshow.com/images/ppt-background/background-6.jpg)
***## HeaderTypewriter etsy messenger bag [fingerstache](), aesthetic vinyl semiotics twee **DIY** forage chillwave. Thundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche **letterpress**. DIY beard locavore occupy salvia, whatever single-origin ==coffee== fanny pack 3 wolf moon typewriter gastropub1 kale H20 chips. Ennui keffiyeh thundercats jean shorts biodiesel. Terry richardson, swag blog locavore umami vegan helvetica. Fingerstache kale chips.<footer>
<p>DIY beard locavore <i>occupy</i> salvia, whatever single-origin <code>coffee</code> fanny pack 3 wolf moon <a href="">typewriter</a> gastropub<sup>1</sup> kale H<sub>2</sub>0 chips. Ennui <strong>keffiyeh</strong> thundercats jean <em>shorts</em> biodiesel. Terry richardson, swag blog locavore umami <b>vegan</b> helvetica. Fingerstache kale chips.</p>
</footer>***## HeaderThundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche letterpress. DIY beard locavore occupy salvia, whatever single-origin coffee fanny pack 3 wolf moon typewriter gastropub kale chips. Ennui keffiyeh thundercats jean shorts biodiesel. Terry richardson, swag blog locavore umami vegan helvetica. Fingerstache kale chips.Typewriter etsy messenger bag fingerstache.***## Lists in English typography* Ennui keffiyeh thundercats
* Jean shorts biodiesel
* Terry richardson, swag blog
    1. Locavore umami vegan helvetica
    2. Fingerstache kale chips
    3. Keytar sriracha gluten-free
* Before they sold out master***## Lists in Russian typography- Ennui keffiyeh thundercats
- Jean shorts biodiesel
- Terry richardson, swag blog
    1. Locavore umami vegan helvetica
    2. Fingerstache kale chips
    3. Keytar sriracha gluten-free
- Before they sold out master***## Lists in English typography1. Locavore umami vegan helvetica
2. Fingerstache kale chips
3. Keytar sriracha gluten-free* Ennui keffiyeh thundercats
* Jean shorts biodiesel
* Terry richardson, swag blog***## Quote> Typewriter etsy messenger bag fingerstache, aesthetic vinyl semiotics twee DIY forage chillwave. Thundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche letterpress. _**Author Name**_DIY beard locavore occupy salvia, whatever single-origin coffee fanny pack 3 wolf moon typewriter gastropub kale chips.***## Table| Locavore     | Umami        | Helvetica | Vegan     |
|--------------|--------------|-----------|-----------|
| Fingerstache | Kale         | Chips     | Keytar    |
| Sriracha     | Gluten-free  | Ennui     | Keffiyeh  |
| Thundercats  | Jean         | Shorts    | Biodiesel |
| Terry        | Richardson   | Swag      | Blog      |Typewriter etsy messenger bag fingerstache.*** ## Numbered code listing    <html lang="en">
    <head> <!--Comment-->
        <title>Shower</title>
        <meta charset="UTF-8">
        <link rel="stylesheet" href="s/screen.css">
        <script src="j/jquery.js"></script>
    </head>***## You Can <br> Shout This Way***## [Linked Shout]()***## Growing Shout***## Shrinking Shout

效果:

Presentation Title

Yours Truly, Famous Inc.


Header

Typewriter etsy messenger bag fingerstache, aesthetic vinyl semiotics twee DIY forage chillwave. Thundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche letterpress. DIY beard locavore occupy salvia, whatever single-origin ==coffee== fanny pack 3 wolf moon typewriter gastropub1 kale H20 chips. Ennui keffiyeh thundercats jean shorts biodiesel. Terry richardson, swag blog locavore umami vegan helvetica. Fingerstache kale chips.

DIY beard locavore occupy salvia, whatever single-origin coffee fanny pack 3 wolf moon typewriter gastropub1 kale H20 chips. Ennui keffiyeh thundercats jean shorts biodiesel. Terry richardson, swag blog locavore umami vegan helvetica. Fingerstache kale chips.


Header

Thundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche letterpress. DIY beard locavore occupy salvia, whatever single-origin coffee fanny pack 3 wolf moon typewriter gastropub kale chips. Ennui keffiyeh thundercats jean shorts biodiesel. Terry richardson, swag blog locavore umami vegan helvetica. Fingerstache kale chips.

Typewriter etsy messenger bag fingerstache.


Lists in English typography

  • Ennui keffiyeh thundercats
  • Jean shorts biodiesel
  • Terry richardson, swag blog
    1. Locavore umami vegan helvetica
    2. Fingerstache kale chips
    3. Keytar sriracha gluten-free
  • Before they sold out master

Lists in Russian typography

  • Ennui keffiyeh thundercats
  • Jean shorts biodiesel
  • Terry richardson, swag blog
    1. Locavore umami vegan helvetica
    2. Fingerstache kale chips
    3. Keytar sriracha gluten-free
  • Before they sold out master

Lists in English typography

  1. Locavore umami vegan helvetica
  2. Fingerstache kale chips
  3. Keytar sriracha gluten-free

    • Ennui keffiyeh thundercats
    • Jean shorts biodiesel
    • Terry richardson, swag blog

Quote

Typewriter etsy messenger bag fingerstache, aesthetic vinyl semiotics twee DIY forage chillwave. Thundercats ennui messenger bag, squid carles chillwave shoreditch pickled cliche letterpress. Author Name

DIY beard locavore occupy salvia, whatever single-origin coffee fanny pack 3 wolf moon typewriter gastropub kale chips.


Table

Locavore Umami Helvetica Vegan
Fingerstache Kale Chips Keytar
Sriracha Gluten-free Ennui Keffiyeh
Thundercats Jean Shorts Biodiesel
Terry Richardson Swag Blog

Typewriter etsy messenger bag fingerstache.


Numbered code listing

<html lang="en">
<head> <!--Comment--><title>Shower</title><meta charset="UTF-8"><link rel="stylesheet" href="s/screen.css"><script src="j/jquery.js"></script>
</head>

You Can
Shout This Way


Linked Shout


Growing Shout


Shrinking Shout

Haroopad--最好用的markdown编辑器相关推荐

  1. Haroopad安装与配置: Linux系统下最好用的Markdown编辑器

    1. Haroopad概述 Haroopad is a markdown enabled document processor for creating web-friendly documents. ...

  2. Haroopad Markdown 编辑器代码语法高亮支持

    代码语法高亮 支持的语言和缩写标记 参考 代码语法高亮 书写格式为: ` ` ` language_key if (condition){ return true } ` ` ` 在 ` ` ` (三 ...

  3. [转]最好用的离线markdown编辑器Haroopad介绍

    最好用的离线markdown编辑器Haroopad介绍 作者 MagicBowen 关注 2016.06.13 20:00 字数 1699 阅读 2431 评论 5 喜欢 16 经常写技术文档,需要将 ...

  4. lisp协议instand_分享|Linux 上 10 个最好的 Markdown 编辑器

    在这篇文章中,我们会点评一些可以在 Linux 上安装使用的最好的 Markdown 编辑器. 你可以在 Linux 平台上找到非常多的 的 Markdown 编辑器,但是在这里我们将尽可能地为您推荐 ...

  5. Typora markdown公式换行等号对齐_下了31个markdown编辑器,我就不信选不出一个好用的...

    markdown编辑器测评 标准 总体标准 渲染领域 编辑领域 数据管理 其他 Typora Vnote Mweb Joplin Zettlr macdown ulysses Marktext gho ...

  6. mac最好用的markdown_「建议收藏」PCMaclinux,最好用Markdown编辑器清单

    文章很长,不想看,请直接拉到底看简略版清单!! 如果您曾经用Word写过文章,并尝试将文本移动到CMS中(头条.百家号等),那么您可能已经花费了大量时间,来调整这种跨平台转换导致的格式杂乱. 因此,是 ...

  7. mac markdown_适用于Mac的最佳Markdown编辑器

    mac markdown Markdown provides a convenient way to add formatting to a plain text document, while le ...

  8. 关于Markdown编辑器

    最近因为想写文档了,有公式,图片,网上的图,代码等,看了看CSDN有markdown的编辑器 ,但是害怕在线写的时候突然断了,所以有了下载一个好用的markdown编辑器的想法,但是,事实往往出乎我所 ...

  9. Gitbook详解(七)-Markdown编辑器推荐

    文章目录 1. 编辑器类型 2. MarkdownPad 3. Typora 4. Mou 5. Atom 6. Haroopad 7. Cmd Markdown 8. 最后 1. 编辑器类型 Git ...

  10. Windows最佳Markdown编辑器

    This popular article was updated in 2017, covering the newest Markdown editors for Windows and revie ...

最新文章

  1. 资深程序员感叹:表妹成绩好却无奈辍学开理发店,月入6万,上大学没用!网友:那是你没用!...
  2. 有没有python与机械结合的工作-用 Python 自动化办公,我与大神之间的差距一下就...
  3. 六十五、Leetcode数组系列(上篇)
  4. android 开发不能创建目录
  5. css-模态对话框的制作
  6. Linux——更改文件及目录权限(d rwx r-x r-x字段详解+更改代码指令)
  7. 电线bat_电线之间的新功能
  8. 智能指针变量做函数参数的一个值得注意的地方
  9. Eclipse代码自动生成
  10. wps显示ntko签章服务器,ntko-系统内装有OFFICE和WPS,如何让IE加载NTKOOFFICE时以office打开文件而不是以WPS打...
  11. 蓝鲸ERP标准版-进销存-采购管理子系统操作说明1
  12. 【Qt5】评标专家库随机选5人小软件
  13. Vue项目打包文件过大(优化)
  14. 搭档之家|立秋·暑去凉来 叶落知秋
  15. 1.19.10.Flink SQL工程案例\Flink批式处理\自定义函数\Window窗口计算\将DataSet数据转成Table数据\将Table数据转成DataSet等
  16. 绑定小程序数据助手,查看小程序的统计数据-微信小程序开发-视频教程22
  17. 3D中点线面之间的几何关系
  18. 求字符串中回文子串的个数(回文树详解)
  19. 长微博工具开发者称遭新浪无故封号
  20. mysql 实现 connect by start with

热门文章

  1. C语言猜数字游戏代码实现
  2. Python的发展前景在哪?怎么样让Python程序员持续发展?
  3. live2d动态壁纸android,Live2DViewerEX动态壁纸
  4. 如何用java实现阶乘倒数求和_JAVA 阶乘 的倒数求和public class Jiecheng {public static void main(...
  5. 学JAVA需要学数据结构吗?选择哪版数据结构教程合适?
  6. JavaSE JDK搭建
  7. JavaSE学习脑图
  8. C语言库函数——string.h
  9. windows下使用iconv命令批量原地转码文件
  10. 科创人·黑湖科技CEO周宇翔:To B产品不应忽视产品体验,制造业的未来是需求定义生产