PDA

View Full Version : New Posting Features - Markdown Support by BOP5


BirdOPrey5
06-17-2011, 10:00 PM
This mod introduces support for "Markdown" syntax in vBulletin posts. Markdown is an alternative to BB Code and HTML. In some situations it may be preferable to use Markdown when formatting posts instead of BB Code.

More info on Markdown at Wikipedia: http://en.wikipedia.org/wiki/Markdown

This mod allows you to specify one or more forums on your site which will be Markdown enabled.

Please note: In a Markdown Enabled forum BB Code will not work so don't turn a forum with existing posts into a Markdown forum- you'd be best off making a new forum for this mod.

This mod makes use of a redistributable PHP library available here:
http://michelf.com/projects/php-markdown/

Syntax of Markdown is available here:
http://daringfireball.net/projects/markdown/syntax

The Library Used is "Markdown Extra" which adds extra formatting beyond the standard Markdown options:
http://michelf.com/projects/php-markdown/extra/

An example of Markdown Code is:

This is a bold test of the **Markdown Mod**. This is an _italics_ test.

This is a code test.
Keep 4 spaces before a line
to turn it into a code line. code test
Spaces are preserved in code as well as a fixed font. Test over.

Link Example: <http://example.com/>

`these funny backward apostrophe characters to the left of the 1 key also make code lines`

1. This is an
2. Ordered List
3. Just add numbers

* this is an
* un-ordered list


See the screenshot of how this will turn into properly formatted HTML with the mod enabled.

In addition to enabling selected forums for Markdown support the mod can at your option disable the advanced editor controls (like the BB Code toolbars) in the editors since that format will not work with Markdown anyway.

Current Version: 0.9
New in 0.9: Initial release- This is a stable Beta, no known bugs.

There is a VB4 version and a VB3 (https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=markdownbop5) version. Please install the correct version.

Please Mark as Installed if you use this. :)

BirdOPrey5
06-18-2011, 02:53 PM
Reserved.

yahooooh
06-18-2011, 03:00 PM
i hope that you can make download thread , entry of the blog as pdf , there are already php-pdf library as new release

BirdOPrey5
06-18-2011, 03:15 PM
Are you asking for a mod to convert threads and blogs to PDF fromat? :confused:

Many PDF programs are out there to let you "print" any webpage to a PDF file on your computer. I don't see why a mod would be needed.

Kaspersku
06-19-2011, 01:09 AM
It's great, I very Linke, thanks u