obsidian-various-complements-plugin
obsidian-various-complements-plugin copied to clipboard
Support a negative dictionary
Hey, would it be possible to always exclude certain words from the suggestions?
It could be useful to exclude frequent words like "and", "also", "like" etc. (in different languages) to make the suggestions overlay pop up less often. That would mean less disturbance while writing.
Hi, @phlind.
It sounds be helpful. I'll implement it 👍
a negative dictionary is a pretty smart idea, I like it, too!
ideally, you could put everything into one dictionary. maybe with a certain prefix, e.g. words starting with - count as negative dictionary?
@phlind You can set the minimum word length for autosuggesting to 5, which also solves the issue for now.
You can set the minimum word length for autosuggesting to 5, which also solves the issue for now.
Then we would need a different setting for vault complement and custom dictionary. Currently, I see only minNumberOfCharactersTriggered for a global setting. I need two-three-four character activation for internal link/alias triggering.