Kubis Fowler
Kubis Fowler
I have to back @jaworekmichal on this one. I have set out to build a simple integrated learning app on top of Anki and being able to answer cards based...
``` diff -Assigned: +Assigned: Kubo2 ``` just to not forget about this one
Hey @jbowens, could you please really assign me to this one? I already have an implementation here: #61
@cstdenis You can use my implementation in #61. I don't think it will get into the jBBCode's codebase that fast.
@DaSourcerer: > Do we want to support tagnames with multibyte characters in them? Just curious: is it very difficult to implement compared to the current implementation?
@nokimaro No, it isn't. Invalid node should be let as-is, and the content "inside" it (which isn't really inside it, beacuse the node should be removed from the AST/DOM when...
@lobodol How can we know? We don't even know, how your actual code looks like.
@pedjas As far as I know, jBBCode does not have support for unary tags yet. @jbowens Probably this one should be labeled as #bug, shouldn't it?
@Capt-Zeanie Actually the method `InputValidator::validate()` is not supposed to return a value which replaces the current value, so all of your attempts result in converting the value to boolean `TRUE`....
It wouldn't be bad, but I suggest a little change to your patch: ``` diff -public function getCodeDefinitions() { +public function getCodeDefinitions() : CodeDefinitionSet { return $this->bbcodes; } ``` And...