Minh Nguyễn

Results 944 comments of Minh Nguyễn

GitHub installs the following addons: ```js [ 'codemirror/addon/comment/comment', 'codemirror/mode/meta', 'codemirror/addon/mode/simple', 'codemirror/addon/mode/overlay', 'codemirror/addon/mode/multiplex', 'codemirror/addon/dialog/dialog', 'codemirror/addon/search/search', 'codemirror/addon/search/searchcursor', 'codemirror/addon/search/jump-to-line', 'codemirror-contrib/lib/mode/meta' ] ```

Confirmed that diacritics are preserved on the version of CodeMirror being deployed at Test Wikipedia. However, the dead key for removing diacritics (e.g., - in VIQR) doesn’t work after placing...

> Confirmed that diacritics are preserved on the version of CodeMirror being deployed at Test Wikipedia. AVIM works with the Code_Editor_ extension and with VisualEditor – including when displaying syntax-highlighted...

AVIM works in Pale Moon, so I guess we could mention it in Firefox’s place, at least for Windows and Linux users.

@hungpham2411, thank you for being a loyal user of AVIM all this time. ❤️ I’m as disappointed as you are that Firefox is abandoning traditional extensions like AVIM, but I...

Looks like Thunderbird 58 also breaks when AVIM attempts to overlay any window.

It’s true that it’s possible to port a Chrome extension to Firefox. However, the result is [much less functional](http://avim.1ec5.org/compare.html#windows) than what you’re used to. [AVIM for Chrome](https://github.com/kimkha/avim-chrome/) works in the...

Can you say more? What issues are you seeing? AVIM isn’t compatible with Firefox 57 and above (#141, #180), but it should be compatible with Firefox 55.

That’s interesting, I’m able to install AVIM 5.7.0 in Firefox 55.0.3, and [addons.mozilla.org](https://addons.mozilla.org/vi/firefox/addon/avim/versions/?page=1#version-*.5.7.0) says this version is compatible up to Firefox 56.x. Can you make sure you have the latest...

The extension hooks assume you’ll handle everything (such as highlighting) yourself, so the code would be rather involved. I need to look at whether [XUL/Migemo](http://piro.sakura.ne.jp/xul/_xulmigemo.html.en) does something simpler.