v0.3.0 - Markdown Support

punkweb
Administrator
Joined:
Posts:
12
Markdown Support

PunkwebBB now supports switching to using Markdown instead of BBCode!

BBCode is still the default parser, but you're now able to switch to using Markdown instead by changing the following option in your project's settings module:
PUNKWEB_BB = {
    "PARSER": "markdown",
}

Note: Changing from from bbcode to markdown or vice versa will not change the database schema, but it will cause any existing rendered content (threads, posts, signatures, etc.) to not render correctly anymore!  It's recommended to choose one or the other before launching your forum into production and creating threads.

When using Markdown, a different WYSIWYG editor, provided by tiny-markdown-editor is used for creating posts, rather than the BBCode editor.

https://i.imgur.com/RAd3Mpf.png

Moving Threads

Users with the punkweb_bb.move_thread permission are now able to move threads to different subcategories from the forum directly.

https://i.imgur.com/IsL8dJp.png

https://i.imgur.com/5NShxT4.png
Thanks for checking out PunkwebBB!
#1
j
Member
Joined:
Posts:
3
Gostei