https://atom.io/packages/markdown-preview
Markdown预览
.markdown-preview.markdown-preview { background-color: #fff;}
https://atom.io/packages/markdown-preview-plus
https://github.com/atom-community/markdown-preview-plus/blob/master/docs/installation.md
Atom自带的Markdown预览插件markdown-preview功能比较简单,markdown-preview-plus对其做了功能扩展和增强。
$ sudo pacman -S pandoc
(← = conversion from; → = conversion to; ?? = conversion from and to)
同步滚动(markdown-scroll-sync)
代码增强(language-markdown)
图片粘贴(markdown-image-paste)
表格编辑(markdown-table-editor)
Name | Description | Keybinding |
---|---|---|
Next Cell | Move to the next Cell | tab |
Previous Cell | Move to the previous cell | shift + tab |
Next Row | Move to the next row | enter |
Escape | Escape from table | ESC |
pdf导出(markdown-themeable-pdf、pdf-view), 比上面的pandoc轻便些,可以试试。
格式化JSON(pretty-json)
格式化(atom-beautify)
更多软件包,可以在官网查看,首页有[当天/本周/本月]最受欢迎的排行,看看有没有你需要的。
如何设置和使用Atom作为Markdown编辑器
https://www.portent.com/blog/copywriting/content-strategy/atom-markdown.htm
使用Atom打造无懈可击的Markdown编辑器
https://www.cnblogs.com/fanzhidongyzby/p/6637084.html
原文:https://www.cnblogs.com/sztom/p/12660389.html