tth05 / obsidian-completr

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

VietNamese word is not working well #61

Closed LeVietHa05 closed 1 year ago

LeVietHa05 commented 1 year ago

I have words like:

tth05 commented 1 year ago

You need to modify the character regex in the options. See https://github.com/tth05/obsidian-completr/issues/52 Adding \p{L} would include any letter from any language. \p{sc=Latin} might be more specific. You can read more here https://www.regular-expressions.info/unicode.html