django-precise-bbcode icon indicating copy to clipboard operation
django-precise-bbcode copied to clipboard

add bb code options support

Open andreykko opened this issue 10 years ago • 1 comments
trafficstars

Hi, thanks for application! But, can you add options support for precise-bbcode? Example: [codepen author=test]text[/codepen] Thanks!

andreykko avatar Jan 16 '15 00:01 andreykko

Hi!

Thanks for your comment. For now, django-precise-bbcode only supports the use of one option per bbcode. For example, you could create a bbcode that works as follows:

[codepen=test]text[/codepen]

Right now the module does not allow to use several options per bbcode. But this will probably be added in a later release. Feel free to contribute of course ;)

ellmetha avatar Jan 16 '15 16:01 ellmetha