Skip to content

doctorjbeam/jQuery-BBCode-Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

Keloran's bbCode Editor

This is my bbCode editor that has live replacement of certain things as used in Hammer Framework, so you can see whats actually going to display once submitted

this can also be used on any site really, its all javascript, so doesnt require Hammer

Start it

$("#reply").bbCode({ preview: true });

this will update the textbox adding buttons, and a live preview on the side, when you type it will live grab the result and show you what it will look like

e.g. [b]bold[/b] on the side will make bold this is done inside a live div, so you only see a #### bold #### version of the text

Whats not provided

I have not included a stylesheet, or any images with this, the main reason is becasue each person likes things different, and it stops me falling foul of copyright issues

I recommend famfam's small images, they look nice and make sense for this kind of editor

About

Fork of Keloran's fantastic jQuery-based BBCode editor, with alterations made to suit Railpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%