Descripción
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.
Capturas de pantalla
Instalación
- 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.
Reseñas
Colaboradores & Desarrolladores
“Sortable Dashboard To-Do List” es software de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“Sortable Dashboard To-Do List” ha sido traducido en 1 idioma. Gracias a los traductores por sus contribuciones.
Traduce “Sortable Dashboard To-Do List” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
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