decoda
decoda copied to clipboard
A lightweight lexical string parser for BBCode styled markup.
Really need a BBCode parser and glad to have found this one that looks actively supported? But I have no way of using composer. Any easy way to still use...
``` [url=https://example.net/]Dies soll ein Link sein[/url] [url=https://example.net/]Dies soll ein Link[/url] [url=https://example.net/]Dies soll ein[/url] [url=https://example.net/]Dies soll[/url] [url=https://example.net/]Dies[/url] https://example.net/ ``` becomes ``` Dies soll ein Link sein Dies soll ein Link Dies...
I would like to propose moving the changelog to GitHub https://github.com/milesj/decoda/releases This way, they are more readable directly, and could also be modified post release if sth was missing. The...
Not sure if thats a problem for normal use cases, but using HTML escaping or h() in CakePHP you get ``` Some "demo" string ``` transformed into ``` Some "<b>demo</b>"...
This will detect full URLs, currently it seems only the first part until the slash gets matched with that current regex.
The Video standalone filter is nice for starters. But the issue is that you need to also maintain those video links/URLs/code all the time. It could be beneficial to let...
Is there a reason the string has to be put into the constructor, and the actual config happens at runtime? It makes it difficult for DI and libraries/config to adjust...
When I want to put the string **[U_]** in bold, all my page are boken. It's because **[U_]** is recognize like u tag but I only want display the string...
I have problem with: [url=xxxx_xxxx.com]site name[/url] url's without underscrote converted well. Issue reported from [helios-ag/FMBbCodeBundle#146](https://github.com/helios-ag/FMBbCodeBundle/issues/146)
Is there anyway to force the img tag to use https when accessing a site over https? A few of my users are using non-secure links and I'd rather the...