Add functionality to exclude directories from graph and update tsconf…#29
Add functionality to exclude directories from graph and update tsconf…#29the-muppet wants to merge 1 commit intokctekn:mainfrom
Conversation
…ig for ES6 compatibility
|
Hi @the-muppet, |
|
I'm not super familiar with typescript or the codebase, my filtering must have been misaligned or applied incorrectly. I'll mess with it more and provide an updated PR - sorry! |
|
Please review the function named |
|
Ah thank you. as of right now i have seemingly limited the file linking but that doesnt do anything for tag links, getting some.. mixed results to say the least. will have some more time to dive in later in the week |
|
Yes, if you get the input of "excludedDirectories" to migrated into the content of currently used "filterStrings", you will get the result even dont need to change any logic. Of course you can update the "shouldRemove" function to support checking if it is a file, or a tag etc. |
|
Added the path filter feature, you can check it with the new version: https://github.com/kctekn/obsidian-TagsRoutes/releases/tag/1.2.3. Have fun with it! |

Very large, well tagged vault size causes the plugin to crash even on high powered hardware, Suggested changes allow users to exclude directories within vault from graph indexing, allowing for more controlled and useful graph content.