sawhney17 / logseq-automatic-linker

MIT License
87 stars 16 forks source link

How are aliases handled? #60

Closed DutchPete closed 2 months ago

DutchPete commented 1 year ago

Let's say I have a page called Page-1 with an alias pager. If I type Page-1 anywhere, then as soon as I hit enter, then Page-1 get automatically converted into a wikilink [[Page-1]].

I would have thought that if I type pager and hit enter, then pager would automatically gets converted into a wikilink [[pager]]. But it does not.

Sure enough, if I myself type [[pager]] it is a link that when clicked on takes me to the page called Page-1.

But I do not want to have to remember to type the square brackets myself; in fact, it requires me to remember all the aliases I have created, and that's not possible - I thought Automatic Linker does that for me.

So, what am I missing?

adxsoft commented 9 months ago

Aliases are catered for but the first time I put an alias on a page say PageA with an alias of myfirstpage and then referred to the alias in my journal and used Cmd P to parse the line it did not pick it up however when I left the journal page and returned and tried it again it worked so it may be a caching issue. Other than that glitch aliases are working fine

DutchPete commented 9 months ago

aliases are working fine

So, what is wrong with the way I expect the plug-in to work as I describe above?

adxsoft commented 9 months ago

I tried your example in 9.15 and it works so don't understand your issue

On Sun, 10 Sept 2023, 5:55 pm DutchPete, @.***> wrote:

aliases are working fine

So, what is wrong with the way I expect the plug-in to work as I describe above?

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712743490, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HIN553MBWLMZYR6LY3XZVW7FANCNFSM6AAAAAAZFBKXPY . You are receiving this because you commented.Message ID: @.***>

DutchPete commented 9 months ago

I just reinstalled the plug-in, and this is what I get:

image

Every letter is transformed into a wikilink! Someone opened an issue for this, so others have experienced this too.

adxsoft commented 9 months ago

I just installed the plugin and using 9.15 on Mac which seems to work. I can't check it out on mobile as no plugin support. Hopefully Sawney can get the problem sorted out. Only thought I have is do a re-index which will rebuild any indexes and see if that fixes it. Success!

On Sun, 10 Sept 2023, 6:33 pm DutchPete, @.***> wrote:

I just reinstalled the plug-in, and this is what I get:

[image: image] https://user-images.githubusercontent.com/10794265/266824400-78b42edd-d035-4cf9-9de4-4e6fa3cf3de2.png

Every letter is transformed into a wikilink! Someone opened an issue for this, so others have experienced this too.

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712752235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HLKAVGGT4DJLB7ZCH3XZV3PJANCNFSM6AAAAAAZFBKXPY . You are receiving this because you commented.Message ID: @.***>

DutchPete commented 9 months ago

I don't if Sawney is still working on this anymore, seems like it has become abandonware. I uninstalled it.

adxsoft commented 9 months ago

That's a shame .. let's hope he picks it up again. It's my favourite plugin

On Sun, 10 Sept 2023, 7:31 pm DutchPete, @.***> wrote:

I don't Sawney is working on this anymore, seems like it has become abandonware. I uninstalled it.

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712765553, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HOIXOR3DMBDLZUZ7XTXZWCIVANCNFSM6AAAAAAZFBKXPY . You are receiving this because you commented.Message ID: @.***>

DutchPete commented 9 months ago

I agree it is a good plug-in, in principle. It was 1 of the 1st I installed when I started using Logseq. Alas ……

adxsoft commented 9 months ago

Btw .. what platform are you using?

On Sun, 10 Sept 2023, 7:35 pm DutchPete, @.***> wrote:

I agree it is a good plug-in, in principle. It was 1 of the 1st I installed when I started using Logseq. Alas ……

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712766420, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HKRQ5U7WWMLKHSBJTTXZWCVDANCNFSM6AAAAAAZFBKXPY . You are receiving this because you commented.Message ID: @.***>

DutchPete commented 9 months ago

macOS 13 Ventura.

adxsoft commented 9 months ago

I'm on Mac too so I'll see if I can recreate the weird output. If I can recreate it I'll have a go at finding the bug 🙂

On Sun, 10 Sept 2023, 8:39 pm DutchPete, @.***> wrote:

macOS 13 Ventura.

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712778738, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HLLP22NJUORCBUCQIDXZWKHLANCNFSM6AAAAAAZFBKXPY . You are receiving this because you commented.Message ID: @.***>

DutchPete commented 9 months ago

@adxsoft thanks. Have a look at issue #62.

adxsoft commented 9 months ago

Thanks, I'll check it out.

On Sun, 10 Sept 2023, 8:46 pm DutchPete, @.***> wrote:

@adxsoft https://github.com/adxsoft thanks. Have a look at issue #62 https://github.com/sawhney17/logseq-automatic-linker/issues/62.

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1712780073, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HN7MP4RDGUNSVHS4VDXZWK77ANCNFSM6AAAAAAZFBKXPY . You are receiving this because you were mentioned.Message ID: @.***>

CDeLeon94 commented 4 months ago

I'll have to come back to this to figure out exact reproduction steps, but I created a page yesterday measurements and an alias measurement. Upon typing measurement in a journal entry today, it was not linked, however it did auto-link when I added the s to the word.

Navigating to the measurements page and back did nothing... actually it may be capitalization related. Just making some notes for now, will come back when I have time to properly troubleshoot.

DutchPete commented 4 months ago

I opened this issue 8½ months ago and the dev has not stepped up once, so I guess my Sep 10, 2023 assessment of this plugin being abandonware was correct.

adxsoft commented 4 months ago

This was fixed. I sent a fix to the author and he re issued the plugin which I installed and works perfectly fine.

On Thu, 29 Feb 2024, 8:02 pm DutchPete, @.***> wrote:

I opened this issue 8½ months ago and the dev has not stepped up once, so I guess my Sep 10, 2023 assessment of this plugin being abandonware was correct.

— Reply to this email directly, view it on GitHub https://github.com/sawhney17/logseq-automatic-linker/issues/60#issuecomment-1970697224, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5V4HIVNFAS3EQLMR2UAFDYV3XDRAVCNFSM6AAAAAAZFBKXP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGY4TOMRSGQ . You are receiving this because you were mentioned.Message ID: @.***>

DutchPete commented 4 months ago

@adxsoft OK, thanks.