tadashi-aikawa / obsidian-various-complements-plugin

This plugin for Obsidian enables you complete words like the auto-completion of IDE.
MIT License
599 stars 22 forks source link

[FR] It would be great if Customer dictionary complement had its own min number of characters to trigger #276

Open ShravanSunder opened 9 months ago

ShravanSunder commented 9 months ago
  1. I have specific auto completes (like callouts) in custom dictionary
  2. because of this i want them to trigger with a different setting for min characters to trigger and min words to trigger
  3. It would be great if i can overrrid the trigger thresholds for custom dictionary complement in its own settings.

thanks @tadashi-aikawa! what an amazing plugin!

tadashi-aikawa commented 8 months ago

Hi, @ShravanSunder :)

I think it's challenging to implement. At the point of being triggered, it's unclear which autocomplete result will be used. It might be possible to exclude some candidates through filtering, but there are concerns about performance.

Personally, I recommend setting prefix rules. For example, cases starting with 'cal-' could be designated as callouts.