Tagsize Plugin for BBPress
Recently I have installed BBPress for ChronoSight.Press, what really nice about BBPress is the Hot Tags where you can assign tag to any relevant topics. But there a problem with the default calculation where the tag font size start from max size, whereby you can see from del.icio.us or many other tag powered tool start new tags from small.
iFormat TinyMCE Plugin
It's a continuation of iCode Plugin for TinyMCE where I have added Paragraph, Predefine and Acroynm XHTML element along with Code. The bug in earlier stage still exist in this release so be careful. More information after the jump.
iCode Plugin for TinyMCE
It add <code> tag into the editor, nothing fancy but quite useful when you post a lot of code in your TinyMCE text editor instead of having to use HTML Source plugin. The function work by creating inline code but not suitable if you going to use it for block type. However you need to aware that there going to be an error when you trying to convert html tag. For example "hello <strong>world</strong>" will become "hello world", up till now I haven't found any good method to overcome the problem. My advice is to only add < and > after you have use the icode plugin.
Working on Inline CODE Plugin for TinyMCE
I just manage to create a workable TinyMCE Plugin for CODE quicktag, it a small quicktag such as Bold and Em quicktag does where it turn inline code into var code = "this is a code";.The code is a nightly build but tested in all modern browser including FireFox, Flock, Opera and IE. Somebody need to sponsor me an Apple first before I can test out with Safari.
Anyway I wouldn't be releasing it to public until I can fix a bug which when you try to use it with any XHTML element that have <>, by far I can't found any good explaination nor tutorial on creating customize TinyMCE Plugin so I'm left alone with try and error. It would be nice if anyone can lean me a hand to better understanding of TinyMCE Plugin API then it would be great.