sawhney17 / logseq-automatic-linker

MIT License
94 stars 17 forks source link

Not automatically linking. Also randomly linking things that I put in the exclusion list #66

Open ThinkSalat opened 11 months ago

ThinkSalat commented 11 months ago

This is weird. it was linking works that I didn't want linked for example the word project, which I only use on projects. However, I added that word into the exclusion list and it is still linking that word. So I added that word and its aliases that I had set up thinking that may be it. Instead, it just doesn't link anything at all anymore.

clydebaron2000 commented 10 months ago

same problem here

cullen-dev commented 2 months ago

I am also dealing with the linking pages from the exclusion list issue. Mine automatically links without a problem, but it also links ALL the references it finds. It completely disregards my exclusion list. I have tried with multiple different formats,

eg. format 1 (following the default example provided by plugin. No spaces, lowercase page names): a,b,c,card,now,later,todo,doing.... etc.

format 2 (same as format 1 except single-spaces added between commas and the next page name): a, b, c, card, now, later, todo, doing, etc.

format 3 (no spaces, all possible forms of each page name as they appear throughout my graph): a,A,b,Bc,C,card,Card,CARD,now,Now,NOW,later,Later,LATER,todo,Todo,TODO,doing,Doing,DOING.... etc.

format 4 (single spaces, all possible forms of each page name as they appear throughout my graph): a, A, b, B, c, C, card, Card, now, Now, NOW, later, Later, LATER, todo, Todo, TODO, doing, Doing, DOING.... etc.

NONE of these formats work and it renders the plugin almost unusable due to the wasted time it takes to go back thru and correct the unwanted page references.

@sawhney17 if you can provide any insight or solutions to this, I would greatly appreciate it! I have no experience editing plugins but I am happy to give it a shot!