- Overview
- Transcript
4.10 Pretty Task Management
If the idea of managing your todo lists directly within Sublime appeals to you, the PlainTasks plugin is for you!
1.Introduction1 lesson, 02:05
1.1Welcome02:05
2.Getting Started9 lessons, 35:20
2.1Installation and Base Settings04:54
2.2Services and Opening Sublime From the Terminal02:20
2.3Multiple Cursors and Incremental Search06:54
2.4The Command Palette04:13
2.5Instant File Changing03:19
2.6Symbols04:17
2.7Key Bindings02:33
2.8Installing Plugins Without Package Control02:54
2.9Package Control03:56
3.Snippets3 lessons, 14:40
3.1Your First Snippet09:04
3.2Adding Snippets Through Package Control02:32
3.3Easier Testing With Snippets03:04
4.Essential Plugins12 lessons, 46:58
4.1Zen Coding07:09
4.2Emmet06:52
4.3Cross-Browser CSS With Prefixr02:17
4.4Fetch Files With Ease 04:22
4.5Lightning Fast Folder and File Creation 02:12
4.6Sidebar Enhancements03:09
4.7Sublime Linter02:01
4.8Sexy Code Snippet Management With Gists07:50
4.9DocBlockr03:49
4.10Pretty Task Management02:42
4.11HTTP Requests Within Sublime02:29
4.12LiveReload02:06
5.Tips, Techniques and Modifications8 lessons, 49:09
5.1Regular Expressions in Sublime05:49
5.2Vintage Mode10:46
5.3Quicker Stylesheet References02:30
5.4Joining Lines04:40
5.5Sublime and Markdown with Marked03:10
5.6All About Projects 05:54
5.7Configuring and Mastering Split Windows07:19
5.8Custom Builds09:01
6.Closing1 lesson, 00:49
6.1Conclusion00:49
4.10 Pretty Task Management
I bet you didn't know that we can more or less reproduce the popular task paper app directly in Sublime text 2. Its a recent plugin at the time of this recording which is September 2012. And it was created by this GitHub user Aziz and its called Plain Tasks. So let's try it out. Once again, I will copy this path. Switch over to the terminal. Next I will get clone and I'm gonna call this Plain Tasks. Great. Now that's available to us. If I switch it back to my editor now to make that active, I can bring up the control palette, Shift CMD+P. And if I type task now we have this new option create a new document. So by itself it doesn't seem like much but I found this to be actually fairly helpful. So let me get you an example of some things we can do. So we will begin with a heading. We'll call it Today. And as long as I end it with a colon that's going to set it up as a blog heading. I don't add that, that won't register. So maybe Things to do Today. Next if I go into a new line we can either type a to-do item. Go to the store. And then hit CMD+Enter or CTRL+Enter on Windows. And now that will create them. Alternatively we can press CMD or CTRL+I and that will automatically create a new one. Finish up screen cast. Now we'll do a new heading for tomorrow. CMD+I to create a new task, host video. Similar to task paper we can also set tags, so I can do something like at personal that will set up those necessary tags. This will say work, this one as well. Next if we want to create dividers, perhaps you need a little bit more room between these two projects. You can type dash, dash, tab and that will create a divider for you like so. So what about finishing a task. Well, we can click on it and I can hit Cmd+D. Think D for done. If you do it again that's going to be a toggle effect. So that un-completes it, that sets it to done. Maybe we've also posted the video, Cmd or Ctrl+D. And then if we wanna archive all of the ones that we've finished, we can hit Shift+Cmd+A. And now that will move all of those to an archive section, and we can start again. Now let me undo that by pressing CTRL+Z, and I will toggle this once again. If we want to adjust the order, we can use the standard spline text helper CTRL, CMD+A, and that will allow me to move these up and down like so. So, for example, if I realized I need to go to the store tomorrow. Ctrl-Cmd-Down, and bring that down like so. So let's save this as this-week, and now, whenever I close that, I can immediately go back to my to-dos by clicking on it, update my item, save it, and then we're done and we're back to coding.