Description
The plugin adds a sortable to-do list to your WP dashboard. This can be useful for developers, or even for content writers.
Its features:
- To-do list item creation, edition and deletion via ajax. No page reload.
- To-do items are timestamped. You’ll never forget when they were created, or when you last edited them.
- Option to display the to-do list on the website (for the current logged-in user only).
- Website list can be collapsed and expanded. But website items can currently NOT be edited or sorted.
- Website list remembers its last display state (showed or collapsed)
- Website list remembers the size, position and state of opened to-do items
- Website list can be displayed on the left or right side of the window
- Possibility to decide to not show some to-do items on the website.
- The list is individual. Each user has their own list.
- For multisite, it’s one list per user and per site.
Screenshots
Installation
- Visit the Plugins page within your dashboard and select “Add New”
- Search for “Sortable Dashboard To-Do List”
- Click “Install”
FAQ
-
Will this plugin slow down my site?
-
It will have no impact on site speed whatsoever. The plugin only launches for users that have the ability to edit posts.
Reviews
Contributors & Developers
“Sortable Dashboard To-Do List” is open source software. The following people have contributed to this plugin.
Contributors“Sortable Dashboard To-Do List” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Sortable Dashboard To-Do List” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.1
- Fix: Potential crash for new users
1.3
- Min capability can be overridden via the “sdtdl_min_user_capability” filter.
- The “rate our plugin” prompt can be removed by returning true through the “sdtdl_remove_rating_reminder” filter.
- To-do items are no longer stored in the WP options db table, but in their own table.
1.2.1
- Fix: encoding of special HTML characters in the Edit screen
1.2
- Settings now automatically save
- It is now possible to choose the accent color of the to-do list
1.1
- It is now possible to choose on which side of the window the list should be displayed
1.0.5
- Tested up to WordPress 6.6
- Bumped minimum PHP version to 7.2
1.0.4
- CSS Fix: improved display of <ul> and <ol> lists
1.0.3
- Fix: Some translatable strings were not on the correct text domain
1.0.2
- Added an uninstall hook to remove all plugin traces from database on uninstall
1.0.1
- Added JFG Media as author and contributor
1.0
- Initial Release