ImUrX / localizedbrowser

Let's you search things in Minecraft without caring about some graphemes
Apache License 2.0
2 stars 1 forks source link

Add support for custom graphemes (symbols or words groups) #1

Open Felix14-v2 opened 2 years ago

Felix14-v2 commented 2 years ago

Many languages contain their own pairs of characters and even words that are inconvenient to use, so instead of constantly expanding the built-in set of rules, it would be much more convenient to be able to create and configure your own association groups (for example, through ModMenu or a config file).

ImUrX commented 2 years ago

the problem with this beautiful idea is that I dont want to make the users have to do unicode which is complicated af for a normal user, I could also let you just input RegExps yourself but it really seems more of a power user thing rather than a normal person would expect. The other problem is that actually not all languages are simply diacritics but can be like in japanese be written in different ways

If letting you write regexps seems useful, I will have to take a look into it. If your idea is letting you make the regex and share it why not simply PR it to here so everyone can use it lol