Kofifus

Results 37 issues of Kofifus

Implements a loadTypo function that returns a promise resolved when the given dictionaries are loaded ``` const aff = 'https://cdn.rawgit.com/kofifus/Typo.js/312bf158a814dda6eac3bd991e3a133c84472fc8/typo/dictionaries/en_US/en_US.aff'; const dic = 'https://cdn.rawgit.com/kofifus/Typo.js/312bf158a814dda6eac3bd991e3a133c84472fc8/typo/dictionaries/en_US/en_US.dic'; let typoLoaded=loadTypo(aff, dic); typoLoaded.then(typo => {...

this is the behavior of chrome and word fixed in https://github.com/cfinke/Typo.js/pull/45

In the current implementation, when a suggestion match is found with the replacement table, the search stops, see https://github.com/cfinke/Typo.js/blob/master/typo/typo.js#L767 This is problematic as more matches are possible. An example is...

Demo: [plunker](http://plnkr.co/edit/BHbGqs2O3TqgxCZNawFU?p=preview) Notes: - Does not work when Chorme developer tools is open (not sure why), will revert to CM copy - requires a recent codemirror > 5.13.2 - Make...

continuing the discussion on https://github.com/firebase/firepad/issues/233 There is a line ending window/unix issue I managed to solve by remarking //value: "unix", //level: "error" in grunt.initConfig({ As far as I can tell...

when loading an initial text into CM with cm.setValue(), how can I run the spellchecker on it ? thx!

bug

Windows 10 creators - pressing X on the right of search does not work Thx!