joplin-plugin-referencing-notes icon indicating copy to clipboard operation
joplin-plugin-referencing-notes copied to clipboard

Using manual backlinks generates generates backlinks in all the referenced notes

Open cvina opened this issue 4 years ago • 2 comments

Using manual backlinks generates generates backlinks in all the referenced notes. Is this the desired behavior?

This is similar to a previous issue regarding the Note Overview plugin that was already handled.

Perhaps an idea would be to use a flag simiar to <!-- backlinks-ignore --> to ignore sections of a note?

Thanks again for this great plugin

cvina avatar Feb 20 '21 09:02 cvina

Using manual backlinks generates generates backlinks in all the referenced notes. Is this the desired behavior?

Could you elaborate a bit? Manual inserts all backlinks into active note except of those who have <!-- backlinks-ignore --> or are in the ignore list (Tools->Backlinks ignore). Automatic shows on every note and also hides links like in manual method.

Do you want backlinks section not being shown in specific note and have this section in all other notes?

ambrt avatar Feb 20 '21 21:02 ambrt

Say you have A.md and B.md with a link to C.md. If you insert backlinks manually in C.md, it creates a Backlink section with a link to A.md and B.md. This now makes C.md appear as a backlink in A.md and B.md. I was wondering if there was a way to prevent this.

cvina avatar Feb 20 '21 22:02 cvina