Joplin-batch-web added functionality to fix note link titles

The main purpose is to solve the problem that the related links are not modified synchronously after the title of the note is modified. Now it is possible to scan for all problematic links and fix them in bulk. Just in case, please back up your notes before use, and be sure to check whether the modified notes are correct after use. The feature request comes from @Eduardo

https://joplin-utils.rxliuli.com/web/joplin-batch-web/#/fixInternalLinkTitle

issue ref: Create a new feature to scan and update the internal Joplin note's title link. · Issue #76 · rxliuli/joplin-utils · GitHub

9 Likes

I see the base path of the joplin web service is already filled out. Where do I get the authorization token?

Open Joplin, go to Options > Web clipper. On the right, Advanced Options, copy the token, paste it in the field of the web page.

1 Like

Thanks. No luck though:
image

Perhaps the pre-filled "base path of the joplin web service" field is incorrect? How can I confirm this info?

Generally speaking, it is http://localhost:41184, and the following port number is the port displayed in joplin web clipper service.

You can visit http://localhost:41184/ping to confirm that joplin's own web clipper service is correctly enabled?

Generally speaking, it is http://localhost:41184, and the following port number is the port displayed in joplin web clipper service.

You can visit http://localhost:41184/ping 1 to confirm that joplin's own web clipper service is correctly enabled?

Yes, that is what is pre-filled. And yes, when I click on that link, I see:
image

I also see this when I click on the Joplin webclipper:
image

But still get the error when trying to submit the authorization token.

Could it be a browser issue? I'm using Brave.

It's possible, maybe you could try chrome?

I had the same problem a long time ago. I don't remember exactly what I did at this time, but it was a problem with my browser (Firefox). I think I had to deactivate the extension uBlock Origin for this web page. Or try to change the security settings of your browser, see if it helps.

1 Like

You are right, this problem also occurred in another extension of mine before @jb261 , reference: Joplin Search Integration | Joplin Utils

You need to do this at Joplin Batch

1 Like

That was it - once I turned off Brave's 'shields' for the Joplin Batch site, it worked, thanks.