Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good javascript BBCode parser? [closed]

Currently i'm parsing bbcode server side but i'd like to show a preview just like this site does.

If I process the bbcode serverside using ajax it's a bit laggy, so i thought doing it client side, to just show the preview.

Do you guys know any bbcode parser written in javascript?

like image 441
Drevak Avatar asked Dec 03 '09 22:12

Drevak


1 Answers

I encountered the same problem, so I wrote my own. That supports BBCode -> AST Array -> any kind of markup, now supports HTML and React. And has plugins and presets support

https://github.com/JiLiZART/bbob

like image 114
JiLiZART Avatar answered Sep 20 '22 02:09

JiLiZART