This plugin allows you to archive completed todo items from your notes into a separate archive note. It helps keep your todo lists clean and organized while preserving a record of completed tasks.
- Archive completed todo items with a single command
- Automatically creates an archive note (named
[original-note-name]-archive) in the same notebook - Preserves the structure of todo items including sub-items and notes
- Adds timestamped sections in the archive note for easy tracking
- Accessible via menu item or keyboard shortcut
To install the Joplin plugin from a .jpl file, follow these steps:
- Download the plugin file: Visit the plugin's GitHub repository page and download the .jpl file for the desired plugin.
- Open Joplin: Launch the Joplin application.
- Access plugin management: Click on the "Tools" menu, select "Options", and then choose the "Plugins" tab in the opened window. On macOS, the path is: Preferences -> Plugins
- Install the plugin: Click "Manage Your Plugins", select "Install from File", and in the file selection dialog that appears, locate and select the previously downloaded .jpl file to install it.
- Restart Joplin: After installation is complete, restart the Joplin application for the plugin to take effect.
- Open a note containing todo items
- Make sure you have some completed todos (marked with
[x]) - Use one of the following methods to archive:
- Go to
Note > Archive Completed Todosin the menu - Go to
Tools > Archive Completed Todosin the menu - Use the keyboard shortcut
Cmd/Ctrl + Shift + A
- Go to
- The completed todos will be moved to an archive note named
[original-note-name]-archive - Each archiving session is timestamped in the archive note
- The plugin identifies completed todo items (those marked with
[x]) - It preserves the complete structure of each todo item, including any sub-items or notes
- It creates or updates an archive note in the same notebook
- Completed todos are removed from the original note and added to the archive note
- Archive notes are organized by timestamp for easy reference
Cmd/Ctrl + Shift + A- Archive completed todos
- Joplin version 3.3 or higher
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.