WriteGooder for Sublime Text
WriteGooder for Sublime Text
Simple grammar checking for your documentation.
Prerequisites: write-gooder and Sublime Package Control
Mac OS X: Installing node with homebrew or macports is assumed. The path to write-gooder is hardcoded in this plugin as /usr/local/share/npm/bin:/usr/local/bin:/opt/local/bin. You can change the path to the executable in settings.
Linux: Make sure write-gooder is in your environment path.
Windows: Installing node with the Windows Installer from nodejs.org is assumed.
##Install write-gooder with npm
npm install -g duereg/write-gooder
##Install WriteGooder with Package Control in Sublime Text
command-shift-Porcontrol-shift-Pin Linux/Windows*- type
install p, selectPackage Control: Install Package - type
WriteGooder, selectWriteGooder
Note: Without Sublime Package Control, you could manually copy this project to your Packages directory as ‘WriteGooder’.
##Run WriteGooder on an active Markdown file in Sublime Text
control-shift-Wor Tools/Contextual menus or the Command PaletteF4jump to next error row/columnshift-F4jump to previous error row-column
