tth05 / obsidian-completr

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

Trigger manually with 0 characters not working #53

Open charleshan opened 1 year ago

charleshan commented 1 year ago

Nothing happens when I use the trigger shortcut with 0 characters. The expected behavior is showing all available options.

tth05 commented 1 year ago

This is intended currently. What is your use case for this? Unfiltered results would just show the first ~100 possible suggestions.

charleshan commented 1 year ago

I wanted to use Completr to suggest Dataview fields because it's hard to remember all of them and it can get messy to use a template to pre-populate the empty fields.

E.g.

Work

Feel free to close this issue if you don't think this is the right use case for the plugin.

tth05 commented 1 year ago

That still looks like other suggestions would interfere with what you actually want? I can definitely change the minimum trigger length to work with 0 characters though.