Results 130 comments of brunoais

Only for the buttons that relate to an output. Buttons such as the one to trigger source mode and to maximize are not included in this.

I can't help you with that. It will either have to be npm people or Sam.

SCE was designed to use the browser's text edition commands by default. That's why it shows the tag ``. If the browsers change the tag that is used, SCE automatically...

What can be a bug here is that it adds that `align` CSS rule which does not exist. Instead, what it should be is `text-align`.

That is HTML5 spec data. It is so SCE can know, by the spec rules, which tags are allowed as descendants of other tags.

`allowedChildren` tells what the BBCode allows. The `validChildren` tells what the HTML5 spec allows

@hosamalzagh you are making no sense. Make a new issue, if you need help with the code

I get what you mean. The backspace works to delete the whole block, though. Unfortunately, I don't have enough time to maintain this project. Unless its original author comes back......

I actually already built an engine that uses a 3rd party lib which helps translating a BBCode definition into generic BBCode rules and then my code translates into SCE BBCode...