Skip to content

1ec5/jquery.ime

 
 

Repository files navigation

JQuery IME

jQuery Input method editor library supporting 150+ input methods across several languages. This is the jQuery version of the input method tool used in Wikimedia projects, a.k.a. Narayam. These input methods are well tested and contributed by large Wikimedia community. This project is a Wikimedia foundation initiative to provide language technology tools to wider audience outside the Wikimedia universe.

Quick start

git clone https://github.com/wikimedia/jquery.ime.git

To add input method support to the editable fields of a web page:

$( 'textarea' ).ime();

jquery.ime provides a jquery plugin function $.fn.ime() to add input method support for any editable elements in a page.

Example

See an example page where jquery.ime in action

To try the example locally, after checking out the code, start a local webserver to serve the files. This is very easy. If you have python installed, run

python -m SimpleHTTPServer

or, In case you have python3

python3 -m http.server

Alternatively you can use tools like webfsd. If you know how to use advanced web servers like apache or nginx, you already know how to put the code in a webserver.

For Developers

Read rules/README to learn how to write an input method for language.

Read test/README.md to learn how to write and run tests for an input method.

Read the technical specification of project from wiki

Code walkthrough by Chris Forno: http://www.youtube.com/watch?v=LPec-KIBVeI

License

This project is dual licensed with GPLv2+ and MIT license. See the license files in the source code for more details.

About

jQuery based input methods library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published