Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/taskpaper-tmbundle
TextMate bundle for viewing and editing Taskpaper files.
https://github.com/jessmartin/taskpaper-tmbundle
Last synced: 28 days ago
JSON representation
TextMate bundle for viewing and editing Taskpaper files.
- Host: GitHub
- URL: https://github.com/jessmartin/taskpaper-tmbundle
- Owner: jessmartin
- Created: 2009-02-27T20:18:45.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-05-29T20:21:36.000Z (over 15 years ago)
- Last Synced: 2024-12-07T14:46:02.560Z (about 1 month ago)
- Homepage:
- Size: 90.8 KB
- Stars: 22
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Textmate Bundle for Taskpaper
This is an upgrade of the "tasks-tmbundle":http://henrik.nyh.se/2007/08/tasks-bundle.
The goal is to keep the same functionality that the original bundle had but create files that are actually compatible with Taskpaper.
This bundle marks items as done using the standard Taskpaper format (adding @done to the end of the line).
h3. Bundle Features:
* Color highlighting for headers, tags, pending and done tasks.
* Toggle tasks as done or not-done with Command-D
* Add new tasks by pressing Enterh3. TODO:
* Insert the cursor back in place in the line when Toggle Completed is executed.
h2. Installation
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jessmartin/taskpaper-tmbundle.git Taskpaper.tmbundle* In TextMate: From your drop down menu, select Bundles -> Bundle Editor -> Reload Bundles.
h2. Credits
* **Henrik Nyh** - Original creator of the Tasks bundle (http://henrik.nyh.se/2007/08/tasks-bundle)
* **Jess Martin** - Upgraded to be compatible with Taskpaper 2