-
The only way I see to set the allowed/default tags is via Parser's constructor but the parser instance is created as module.exports in index.js leaving no way to change them.
Some way to clear the …
-
This is probably best done as some form of converter. I know Owen has thoughts on this already.
-
Hello,
I'm trying to put jBBCode into a project of mine. For that, the code I've written fetches data from a database and puts that code through jBBCode, however, jBBCode seems to ignore returns comp…
-
# Problématique
Le end-user n'aime pas la markup et ne connait aucun language de markup => Il en faut donc un simple + un WYSIWYG
# Languages proposés
- bbcode http://fr.wikipedia.org/wiki/BBCo…
-
I have noticed that whilst this works:
```
echo $parser->parse(file_get_contents('data.txt'))
->detect_links()
->get_html();
```
This however produces an error:
```
echo $parser->parse(file…
-
@euantorano Why not just use the s9e\TextFormatter parser instead of reinventing the wheel for parsers? It supports both BBCode and Markdown. Also includes mediaembeds out of the box. We could use it …
-
Our approach to managing short code is dated and uses many anti-patterns.
Each individual shortcode class must implement the [`ShortcodeHandler`](https://github.com/silverstripe/silverstripe-framew…
-
Hello,
From Class_parser.php:
....
`$nestable_mycode['font']['regex'] = "#\[font=([a-z0-9 ,\-_'\"]+)\](.*?)\[/font\]#si";
$nestable_mycode['font']['replacement'] = "$2";`
...
this BBCODE : [font=aria…
aa4re updated
7 years ago
-
Enhancement suggestion: Support for list tags [li] and its various attributes as well a [*] which indicated each new list item.
Or is this currently possible some how?
-
Everytime you load a page with the SCEditor, it creates ~31 server-requests for the emoticons. On the most pages with the editor you don't use the editor and if you do, you mostly don't open the smile…