ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Write​Gooder

by duereg ALL

Simple grammar checker for your documentation.

Details

  • 2014.07.17.18.17.08
  • github.​com
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 1K
  • Win 505
  • Mac 400
  • Linux 210
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 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
Mac 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 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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

  1. command-shift-P or control-shift-P in Linux/Windows*
  2. type install p, select Package Control: Install Package
  3. type WriteGooder, select WriteGooder

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-W or Tools/Contextual menus or the Command Palette
  • F4 jump to next error row/column
  • shift-F4 jump to previous error row-column

Settings

  • Navigate to Preferences > Package Settings > WriteGooder > Settings - Default.
  • To preserve custom settings:
    • copy default settings to Preferences > Package Settings > WriteGooder > Settings - User
    • change them to your requirements

Run WriteGooder on save

By default, WriteGooder does not run on save. To change, update the setting run_on_save for the project to true.