Released Joplin plugin Joplin Batch version 0.1.0. Previously, it was a web application called Joplin Batch Web. Now it can be directly installed as a Joplin plugin for offline use. In the future, I will attempt to support mobile platforms.
Handle some batch operations that Joplin itself doesn't support, compatible with Joplin desktop/mobile versions.
Yes, this will clean up the images in the history, but this is where the preview images come into play. Users should be able to check through the previews whether an image should be deleted or not. in any case, a backup should be made before performing any bulk operations.
After some refactoring or cleanup of notes, there will be a lot of unlinked resources left. If I check on any resources without link in Joplin with this utility, I can free a lot of memory in the resources folder.
Hi, I'm using the Joplin desktop client, and installed the Joplin batch plugin.
Where in the client interface do I trigger this plugin?
Specifically, I want to check /home/blackfrank/.config/joplin-desktop/resources/ for orphaned files... per a manual check I suspect I have approx 26k deletable orphan files (7+ GB)
but for plugin joplin-batch I only see this 1 step load pattern - step 1
/tmp/.mount_JoplincMcIPY/resources/app.asar/node_modules/@joplin/utils/dist/Logger.js:270 17:03:52: PluginService: Loading plugin from /home/blackfrank/.config/joplin-desktop/cache/rxliuli.joplin-batch
Should there be a step 2 and maybe step 3 as with markdown-prettier?
I apologize for the late reply. Currently, I'm using a Mac and haven't encountered this issue. I don't have a laptop with Linux installed, but I'll try to reproduce this error later using a virtual machine
Perhaps you could try disabling other plugins first and only enable Joplin Batch. There might be conflicts between different plugins. Also, try this new version; I've added an error log. If an error occurs, it should be printed out.
I don't understand... Is there anyone familiar with Joplin Plugin development who can help me review the code? The main thread code is less than 100 lines, and I don't understand what could be causing this situation.