-
Add helper functions for blur, focus, keypress, keyup, keydown, BBCode parser and adding/removing commands.
-
It would be great if they would slightly more readable form?
http://screencast.com/t/yupFYRGsp9
J! 2.5.8
Kunena 2.0.3 Stable/2.0.4-DEV
-
Is it possible to map "line breaks" in the editor to a bbcode tag?
Or to disable the new line after tags like ul, li, ol...
I'm having some trouble parsing the the bbcode in the backend.
Some format…
-
Hello,
I tried to use a personalised filter to FMBbCodeBundle, but my Twig Filter don't run with your bundle. And in the doc, there is no documentation to create personalised Filters for this bundle.…
-
Not sure its a bug or just unexpected.
In v1.4.0 when you define a custom bbcode and use the attrs: declaration in its object, after you pass in an out of source -> wysiwyg -> source the code gets …
Spuds updated
11 years ago
-
Having previously started a forum project, this is something I never came to consensus with myself about.
BBCode is well adopted in the forum world and almost all forum-goers are familiar with it. Ho…
-
There seems to be some quirkiness with lists, if I do the following (which is standard bbcode):
``` ruby
str = '[list][*]one [*]two [*]three [/list]'
parser = RbbCode::Parser.new
html = parser.parse(…
-
Not sure what to do with this.. Should we consider this a bug or changed feature?
See:
http://www.kunena.org/forum/K-2-0-General-Questions/123504-Only-ID-article-show-in-Jomsocial-Activity-Streams#12…
-
Howdy. I'm looking for some mechanism to tell rbbcode to not strip out unrecognized markup. Currently, anything in square brackets tends to get stripped, including stuff in [code] tags and the like; I…
-
Implement a text-editor.
Options:
- MarkItUp
- WYSIHTML5
- Custom