dominiclet / obsidian-note-definitions

MIT License
33 stars 2 forks source link

add more definitions folder #52

Open Tinymacs opened 6 days ago

Tinymacs commented 6 days ago

I have a lot of definition subfolders in different folders, I hope I can add these folders too.

dominiclet commented 5 days ago

I understand your use case, but I would discourage having multiple large definition folders as it will likely degrade performance.

Tinymacs commented 5 days ago

I'm a little confused because I can create several subfolders in the "definition folder", and why will it degrade performance if I move these subfolders away from the "definition folder" to other folder? Thank you in advance :)

dominiclet commented 4 days ago

Hmm, I was thinking if multiple folders can be registered as definition folders, it could lead to the situation where users register multiple large folders. And since these folders need to be separately and recursively parsed, it might lead to long load/startup time. But it is a fair point that this could happen even if the user is restricted to only one folder as multiple subfolders can be created.

I'll add this as a possible enhancement.