What's new? | Help | Directory | Sign in
Google
  
  
  
  
    
Code License: MIT License
Labels: rails, plugin, emoticon, 2ch, kaomoji
Join project
Project owners:
  siu.ying

Kaomoji is a 2ch style emoticon helper for rails.

What does it means? Kaomoji helper translate something like [いい] into 2ch style kaomoji (・∀・)イイ!!.

You can find full list of translation at http://matsucon.net/material/dic/dictxt/ime_stdl.txt (2ちゃんねる顔文字辞書 @ MatsuCon)

INSTALL

In the project folder, enter following command:

ruby script/plugin install http://kaomo.googlecode.com/svn/trunk/plugins/kaomoji/

USAGE

To apply emoticon to text:

Kaomoji.apply(text)

Thats it!

DEMO

You may download a sample project in project svn.

svn co http://kaomo.googlecode.com/svn/trunk/example/ 

Sample Screens