Mauricio Matias C.

Results 6 comments of Mauricio Matias C.

I read your code and I use the serve command, then all works well hahaha, the FAQ section coves that part, but I think is a relevant piece for your...

Oh well I don't read that part (I mean the testing part confuse me with testing like test files and coverage you know), that's my fault, but if I could...

The image fetching will be still working well, you're using the img HTML element for image fetching, the problem is at the spec.json file, you're using the fetch API, fetch...

"I want to keep checkboxes on parent items by default", thats the problem for this solution right? and well, another component sounds very good and scalable, honestly I don't have...

## Trick ``` var simplemde = new SimpleMDE(); simplemde.toolbar.push( { name: "upload", action: function customFunction(){ console.log("hola") }, className: "fa fa-upload", title: "upload Files", id: "upload-button" } ); var tools =...