tth05 / obsidian-completr

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

Autocomplete after double quotation mark #67

Open Smitty010 opened 1 year ago

Smitty010 commented 1 year ago

If I type a sentence like:

Have chatgpt explain something "like a five year old"

Then completr still shows the autocomplete of "old" even after the last double quote is typed. If you hit return, then it adds "old" to the end. You end up with:

Have chatgpt explain something "like a five year old"old

Seems like a bug