OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Side by side view without full-screen. #274

Closed oliverjanik closed 11 years ago

oliverjanik commented 11 years ago

Can EE by laid out with preview next to edit area without the need to click full-screen button or preview button?

OscarGodson commented 11 years ago

Not by flipping an option on, but its easy setting it up: https://gist.github.com/OscarGodson/d58ef4994ee703ce6622

oliverjanik commented 11 years ago

Thanks for the Gist. Are you planning a feature like that in future?

OscarGodson commented 11 years ago

Yeah, it's been requested a few times so I'd like to. Closing this ticket since it's a dupe of https://github.com/OscarGodson/EpicEditor/issues/228

Thanks!