Announcing the launch of the Maquina Project ToDo List: your one stop shop to see what’s coming up next for the Maquina Fountain. Check it out to the right side of this page, where you’ll find a few of the things currently on our radar.
If you see anything over there that sounds interesting to you, or that you would like to help out with, we’d love to hear from you! Shoot us an email at enlight-members@cae.wisc.edu.
If you are interested in the ToDo List widget itself, head over to the Enlight news page for more details on this new tool.
Announcing: a new WordPress plugin to integrate a ToDo list into WordPress as a widget.
The “Our ToDo List” Widget for WordPress extends the WordPress Our ToDo List Plugin from WordPress By Examples by incorporating your list of ToDo items into the sidebar. You can see it in use on this site at the right hand side, where we will be using it to track items on Enlight’s To Do list.
Features
- Integrates with the “Our Todo List” plugin via their public APIs to display the exact same list of tasks.
- When a logged-in user is browsing the page, a link to “Edit List” is added at the bottom of the ToDo List, to allow for quick and easy editing.
- Completed items are marked by a CSS class to allow themes to display them differently
Customization
- You can customize the title displayed over the list by clicking “Edit” from your Widgets page.
- You can theme the list items by using the
otd_todo and otd_completed CSS classes, which are automatically added to each item by the Our ToDo List Plugin API. For example, this site uses:
.otd_completed { text-decoration: line-through; color: #888888; }
Download & Installation
- You must have the prerequisite “Our ToDo List” plugin installed and working: Our Todo List
- Download the latest release here: Our ToDo List Widget Plugin (currently version 1.0)
- Unpack the ZIP file to your wp-content/plugins directory.
- Activate the “Our ToDo List Widget” plugin from your Plugins admin page.
- Add the widget to your sidebar from the Design->Widgets page.
- Set a title for the widget if you don’t like the default.
If you find this useful, please leave us a comment below!