Malik Ghanim

Results 5 issues of Malik Ghanim

![Screenshot from 2019-06-30 01-51-47](https://user-images.githubusercontent.com/4921000/60390189-c37f6e80-9ad9-11e9-8487-c22de874c34e.png)

how can i do the equivalent of the follwing: window.editor_markdown = CodeMirror.fromTextArea(te_markdown, { mode: "markdown", lineNumbers: true, lineWrapping: true, extraKeys: {"Ctrl-Q": function(cm){ cm.foldCode(cm.getCursor()); }}, foldGutter: true, gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"] });

I installed open-admin by following the instructions step by step, Then I updated the config/filesystems.php and added the following : ``` 'admin' => [ 'driver' => 'local', 'root' => public_path('uploads'),...