Malik Ghanim
Malik Ghanim

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'),...