avim
avim copied to clipboard
Vietnamese input method extension (IME) for Firefox, Thunderbird, SeaMonkey, Komodo, etc. — bộ gõ tiếng Việt dành cho Firefox, Thunderbird, SeaMonkey, Komodo, …
Typing in VIQR in an [Overleaf](https://www.overleaf.com/) document causes the literal dead key characters to be inserted, interfering with Vietnamese input. The issue doesn’t reproduce with Telex and it doesn’t reproduce...
This issue is more a brainstorm than an actual proposal. Firefox’s `Telemetry` API enables add-ons to collect anonymous information from the user base. Generalized statistics are [displayed publicly](http://telemetry.mozilla.org/). The instructions...
Mozilla’s addons-linter uses [ESLint](http://eslint.org/) instead of JSHint. Once #144 lands, AVIM will be effectively linted by both. JSHint has more options that are useful for taming legacy core code like...
In BlueGriffon 1.8, the status bar menu doesn’t update checked state: Everything else seems to work though.
The default input method should be Telex, not Mixed. New users don’t necessarily know what “Mixed” means when they see it in the toolbar (Telex + VNI by default) –...
Along the lines of #124, AVIM should ignore `` fields with the [`inputmode`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-inputmode) attribute set to any of the following values: - `kana` - `katakana` - `numeric` - `tel` -...
In this example, all the expected diacritics and tone marks have already been entered. There is little likelihood of the user entering an additional tone mark, so entering a final...
NFD is the default Unicode normalization form on OS X systems, and combining diacritics pervade some Vietnamese-language websites, most notably [BBC Vietnamese](http://www.bbc.com/vietnamese). AVIM should either be able to manipulate and...
[Cloud9 IDE](https://c9.io/) uses Ace, which is supported, but AVIM doesn’t seem able to capture events in Cloud9’s instance of Ace.
We have automated testing thanks to #23, but no way to compute code coverage from running the tests. It used to be possible to run [CoverMonkey](https://github.com/davidflanagan/CoverMonkey), but SpiderMonkey has since...