A Sublime Text calendar plugin to complete and mark your special goal everyday. Inspired by Jerry Seinfeld's "Don't break the chain" productivity method.
- You can have as many calendars as you like saved in individual
.chain
file extension - You can highlight multiple dates and toggle them
- Weekends are clearly marked
- Current date is automatically highlighted in red, becomes green when toggled done
- Quick key binding to mark
today
done - Forbid toggling on future dates
And remember "Don't Break The Chain!"
- Bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows).
- Select Package Control: Install Package.
- Select Package Chains to install.
- Save files to the
Packages/Chains
directory, then relaunch Sublime:- Linux:
~/.config/sublime-text-2|3/Packages/Chains
- Mac:
~/Library/Application Support/Sublime Text 2|3/Packages/Chains
- Windows:
%APPDATA%/Sublime Text 2|3/Packages/Chains
- Linux:
- Create a new file -
ctrl or cmd + shift + p
. SelectChains: New Document
ctrl or cmd + d
tomark_as_done
ctrl or cmd + e
tounmark_done
ctrl or cmd + x
todone_toggle
ctrl or cmd + shift + d
tomark_today_as_done