joplin-batch-web

Handles some batch operations that are not supported by Joplin itself, and presents them as a visual interface.

  • [x] Check for unreferenced attachment resources Some unused attachment resources are not cleaned up in time
  • [x] Check for referenced attachment resources that do not exist Some attachments that are being used may not exist for various reasons
  • [x] Convert external links to internal note references Would like to be able to convert previous blog links to internal :/id links to ensure they never expire
  • [x] Check for notes that don't have a parent directory (usually an error)

Getting Started

  1. open joplin desktop version
  2. Enable the web clipper
  3. Fill out the configuration in the Settingsopen in new window page
  4. Navigate to the relevant function page

guide

If you want to participate in the development or run locally, you can refer to Participate in the project

FAQ

Why not use the cli form

The cli form is not very suitable for this scenario, e.g. when you need to preview unusual attachments or notes, which is more troublesome at the command line.

Will it record my note data

The website works locally, there is no back-end server, if you are still worried, you can check the source code joplin-batch-webopen in new window