tth05/obsidian-completr

VietNamese word is not working well

LeVietHa05 opened this issue · 1 comments

I have words like:

  • ăn
  • uống
  • phở
  • bong
  • chanh
  • phang
  • ....
    This plugin works well with word like: bang, chanh, or phang, but the suggestion popup does not show up when I try writing words like: "ăn", "uống", ...
tth05 commented

You need to modify the character regex in the options. See #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