tth05 / obsidian-completr

Auto-completion plugin for the obsidian editor.
MIT License
291 stars 18 forks source link

[Feature request] Import dictionary into blacklist #56

Closed lebigot closed 1 year ago

lebigot commented 1 year ago

I type fast enough that the (text, not LaTeX, etc.) suggestions are useless to me. Now, what would be useful in this situation is if Completr suggested words that are not in the dictionary (but, in the document or vault, as usual): this would be very useful for proper names, brand names, company names, etc.

tth05 commented 1 year ago

You should be able to achieve this if you instead paste your dictionary into the blacklisted_suggestions.txt file inside of the plugins folder. In the future, importing a dictionary as a blacklist might definitely be useful.

lebigot commented 1 year ago

Thanks for the tip.

Now, I found another way to achieve the desired result (no constant popup): I simply removed the automatic popup and call the list of suggestions it as needed.

tth05 commented 1 year ago

Thanks for the tip.

Now, I found another way to achieve the desired result (no constant popup): I simply removed the automatic popup and call the list of suggestions it as needed.

Sound like just disabling auto-trigger

lebigot commented 1 year ago

Indeed.