喜欢用的markdown编辑器--haroopad

2018-08-31 1362点热度 0人点赞 0条评论

今天比较了几款markdown编辑器,最终还是觉得haroopad比较好用,首先可以实时预览,其次有我想要的其他功能:主题、vim模式、编辑器与预览区可以互换位置。

百度搜索haroopad,第一个就是官网,下载之后进行安装,默认的编辑器样式和预览样式不一致,强迫症的我一定要修改成一致的【主题我选择了solarized-dark,字体我选择了15】,其他的一些设置也随便修改了一下,样子是下面这个样子的:
haroopad修改主体完成之后的样子

修改之后的配置如下:

{
  "Code": {
    "theme": "solarized_dark",
    "displayLineNumber": false
  },
  "Editor": {
    "theme": "solarized dark",
    "displayLineNumber": true,
    "vimKeyBinding": false,
    "autoPairCharacters": true,
    "useMarkdownFolding": true,
    "tabSize": 4,
    "indentUnit": 4,
    "indentWithTabs": true,
    "displayActiveLine": true,
    "fontSize": 15,
    "userTheme": "default"
  },
  "General": {
    "enableSyncScroll": true,
    "playKeypressSound": false,
    "enableAutoComplete": true,
    "enableLastFileRestore": true,
    "displayLanguage": "zh-cn",
    "dateFormat": "LLL"
  },
  "Markdown": {
    "tables": true,
    "footnotes": true,
    "breaks": true,
    "sanitize": false,
    "smartLists": true,
    "smartypants": true,
    "mathjax": false,
    "dollarSign": false
  },
  "Viewer": {
    "theme": "solarized-dark",
    "clickableLink": true,
    "fontSize": 15,
    "userTheme": "default"
  },
  "__layout_mode": "layout0",
  "_version": "0.13.1"
}

可以直接复制一下,保存成.json文件,如:Haroopad-2016-09-25-setting.json,然后在“文件->偏好设置->导入备份”中直接导入。

王显锋

激情工作,快乐生活!

文章评论