ElkArte Community

Extending Elk => Addons => Topic started by: Frenzie on April 10, 2016, 09:09:45 am

Title: [ADDON] Headers BBCode
Post by: Frenzie on April 10, 2016, 09:09:45 am
Here's a quicky. It adds HTML headers h1 through h6 in BBC.

https://github.com/Frenzie/elk-headers-bbcode/releases/
Title: Re: [ADDON] Headers BBCode
Post by: meetdilip on April 10, 2016, 11:03:26 am
Thanks for sharing. How to use it ? [h1][/h1] and [h6][/h6] ?
Title: Re: [ADDON] Headers BBCode
Post by: Frenzie on April 10, 2016, 11:19:35 am
Yeah. In the HTML they've got a className bbc_header for styling hooks. Although actually if you look at the code (https://github.com/Frenzie/elk-headers-bbcode/blob/72f8bc94880654ce1707ecdfb8f693e3a57edf34/headers-bbcode.php#L8) you'll notice you could in principle add any simple HTML element this way.

I dunno, I'm just not really into the whole size-BBC thing, at least when I'm trying to do headers. This is just one solution I'm exploring instead of the
html-BBC (http://addons.ElkArte.net/bbc/BBC-Html.html).
Title: Re: [ADDON] Headers BBCode
Post by: meetdilip on April 10, 2016, 11:26:52 am
Nice :)