
Task Paper is designed for Mac and iPhone users to make lists and stay organized. It is created as an alternative to more complex task manager databases. TaskPaper is a simple to-do list that’s surprisingly adept. Unlike standard organizers, this program gets out of your way so that you can get things done.
v3.9
• New for macOS Ventura
• Added ability to style based on item's `bodyContent`
• Added branch move commands (Option to see in Item menu)
• Updated instructions in user's guide for debugging scripts
• Fixed crash when failing to decode utf8 TaskPaper document
• Improved select existing tab behavior when selecting item in sidebar
With the styling addition you can now invent your own mini syntaxes in TaskPaper. For example the following style rule makes it so that any item that starts with `>>` will have red text:
```
item[bodyContent^=">>"] {
color: red;
}
```