jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Need to drag files into editor pane to open (not possible on smaller devices) #78

Open mgroth0 opened 6 years ago

mgroth0 commented 6 years ago

when I drag a .md file into the website Chrome just loads that file like it would any other with a file:// url. What am I doing wrong?

aero31aero commented 6 years ago

Hey! I tried to reproduce this, but it works properly for me. Were you dropping the file on the editing pane or the viewer? Dropping a file on the editing pane would load it in the editor.

mgroth0 commented 6 years ago

ohhhh ok that made me figure it out, thanks aero!

So it turns out that because my browser window size was not wide enough I could not see the editor pane and assumed the viewer pane was the whole thing.

The editor pane is hidden until you make the window width a little over half a normal sized monitor. Unless I missed something I think this will likely confuse other newcomers too, so I'll leave this issue open.

vinyll commented 6 years ago

Maybe coul you re-title this issue according to the actual problem?