You are not logged in.
Out of the box it supports *strong*, __italic__ and h1. heading. You can add additional options by editing the “Add More Buttons” Block at the beginning of the plugin code.
#Add more! Button Name array( "tag" => "button",
# Inserted before "start" => "before",
# Inserted after "end" => "after"
# )
For +inserted text+ you’d put add to $msd_menu_items like this:
$msd_menu_items = array( array( "tag" => "b", "start" => "*", "end" => "*" ),array( "tag" => "i", "start" => "_", "end" => "_" ),array( "tag" => "h1", "start" => "h1. ", "end" => "" ), array( "tag" => "u", "start" => "+", "end" => "+" )
Last edited by MattD (2011-02-24 16:28:12)
Offline
Offline