WriteGooder
文档简单语法检查器。
详情
安装
- 总计 1K
- Win 509
- Mac 402
- Linux 211
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明文件
Sublime Text的WriteGooder
文档简单语法检查。
先决条件: write-gooder 和 Sublime Package Control
Mac OS X: 假设使用homebrew或macports安装node。WriteGooder的路径在此插件中硬编码为 /usr/local/share/npm/bin:/usr/local/bin:/opt/local/bin
。您可以在设置中更改可执行文件的路径。
Linux: 确保write-gooder位于您的环境路径中。
Windows: 假设使用nodejs.org的Windows安装程序安装node。
使用npm安装write-gooder
npm install -g duereg/write-gooder
在Sublime Text中使用Package Control安装WriteGooder
command
-shift
-P
或control
-shift
-P
(Linux/Windows)- 输入
install p
,选择Package Control: Install Package
- 输入
WriteGooder
,选择WriteGooder
注意: 如果没有Sublime Package Control,您可以手动将此项目复制到您的包目录中,命名为 'WriteGooder'。
在Sublime Text中运行WriteGooder,启用的Markdown文件中
control
-shift
-W
或 工具/上下文菜单或命令面板F4
跳转到下一个错误行列shift
-F4
跳转到上一个错误行列
设置
- 转到 首选项 > 包设置 > WriteGooder > 设置 - 默认。
- 为了保留自定义设置
- 将默认设置复制到 首选项 > 包设置 > WriteGooder > 设置 - 用户
- 根据您的要求更改它们
保存时运行WriteGooder
默认情况下,WriteGooder不会在保存时运行。要更改,将项目的设置 run_on_save
更新为 true
。