Hi, new user here. I'm enjoying Joplin a lot, but there is one thing I was wondering about. Is there a way to automatically update internal note link names when you rename the actual note they link to? I wasn't able to find any setting/plugin for something like this.
For example, if I have a note called "Note A" and I link to to, then the link title will be "Note A". But when I change the note name to "Note B" then the link title remains "Note A".
Yep, I wanted to keep that on the down-low until I figure out how to do this:
There are a few options:
click a button, fix the titles in the current note
check the current note (as soon as you switch to it) and fix the titles
create a plugin for the backlinks plugin, which then goes to all the source notes and fixes them
I was thinking about implementing the first item on the weekend. I'm not too keen on running a timer and fix all notes. I'd rather have the possibility to trigger a function when switching to a note. But as a first step a manual button/menuitem should do.
I don't think there's currently a hook we can use.
Other than that, the solution you just suggested is the most complex one, because you have to backtrack from where a note is linked. Then you have to fix all those notes.
This might be better suited for the Backlinks plugin.