Lu Yifei
Lu Yifei
This feature is not available in text processors' search functions because text editors use precise search. For example, searching for "vsc" in Notepad won't find "Visual Studio Code." However, it...
Example: Search for "camera" (Pinyin: "xiàng jī", usully type "xiang ji" without the tones) in PowerToys Run The first two are for inputting Chinese characters using the Pinyin input method,...
My suggestion is actually quite common in many Chinese applications, especially in search functionalities. For example, contact lists, messaging apps, and system-level search tools often support searching by pinyin. This...
Currently, browsers don't provide native APIs for pinyin matching, so we can use third-party libraries like [pinyin-match](https://github.com/xmflswood/pinyin-match), which offer fairly complete functionality. Gandi IDE's pinyin feature is custom-built. From my...
> I also found https://github.com/cjinhuo/text-search-engine. I just tried it, and the experience was excellent—I'd say it's perfect.
Currently, I’ve noticed several issues with browser-based translation (tested on Edge and Chrome): - Since the page language matches the browser language, the translation button doesn’t appear by default—you have...
I agree with just-a-hriday's addon — its output is definitely cleaner and more structurally sound. However, it currently doesn't support TurboWarp-specific blocks, which, while not relevant for Scratch forums, can...
By the way, I didn’t know someone had already made this feature, so I developed it myself. I’m just a middle school student, so I might not have much time...
> It currently relies on automatic language switching, which may cause a brief visual glitch > But it doesn't. That's still just a suggestion I made. I’ve tried the automatic...
> I think [#7988](https://github.com/ScratchAddons/ScratchAddons/pull/7988) would be the best option if it generated the mappings from [Scratch's translations](https://github.com/scratchfoundation/scratch-blocks/blob/develop/msg/scratch_msgs.js) instead of hardcoding them. That way, it would support multiple languages but could...