Page 1 of 1

BBMarkDown

Posted: Sun Aug 11, 2019 9:10 am
by Leinad4Mind
Image
Enables a Markdown style markup and editor for your posts. Keyboard shortcut and easy to use. Built-in table markup :-) and BBchat support.
TLDR; Write posts in phpBB using markdown without wanting to kill them-self. :-)


Features overview:
-Markdown toolbar (easy switch between BBCode and Markdown)
-Keeps BBcode support intact (in fact you can use Both types!)
-Keyboard shortcut built-in with a markwdown helper for quick copy and paste as well
-ASCII-style Pipe Tables and HTML entities( https://www.freeformatter.com/html-entities.html )


Practical guide: https://www.markdownguide.org/

NOTE:
The following limitations apply:

- There can be some undefined interactions between different markup.
For example, opening a BBCode in a table cell and closing it in
another cell.

- Tables are not meant to be used inside other markup (e.g. inside of
lists) with the exception of quotes, provided they start on their own
line.

- HTMLEntities are meant to apply on text content
and not attribute values. For instance, they won't apply to the author
part of a quote. (i.e. they won't apply in
author wrote: but they
will apply to the quote's content)
Image