sawhney17 / logseq-automatic-linker

MIT License
87 stars 16 forks source link

Feature/link as tags #6

Closed robotii closed 2 years ago

robotii commented 2 years ago

Sorry, I got a bit carried away.

Let me know if this needs any changes.

Adds the following configuration options:

I tidied up some of the code as well. We can change anything you don't like, but as it stands this plugin is perfect for me with these changes.

I also updated the .gitignore to include IntelliJ files and added a tsconfig.json to help with linting (It is set to be permissive but I change it locally for better linting).

robotii commented 2 years ago

Just noticed there is some overlap with #3 here.

I'm not sure what the defaults should be for the list of stop words, but we could probably include the list in #3 as part of this MR.

sawhney17 commented 2 years ago

Great job! I should probably work a bit on making my own code more standard. Hopefully I merged the conflict right, I'll test and let you know

sawhney17 commented 2 years ago

Looks great. Looks though, like if someone turns on automatic parsing, the previously created blocks are also parsed. I'll look into this and fix it myself