markdown-editor icon indicating copy to clipboard operation
markdown-editor copied to clipboard

Using it half screen ?

Open Phyks opened this issue 11 years ago • 4 comments

Hi,

I really like this markdown editor ! But, there's a bug that would make it really better if corrected :)

I often edit files side by side on my screen (so, half the screen for one app and the other app for the other). But, if I use markdown editor on a half screen, I just get the result visualisation (ie the "textarea" editor disappears).

This is not very practical, because it makes it completely impossible to use on a half screen...

Phyks avatar Aug 24 '13 22:08 Phyks

:+1: for this issue

Vdragon avatar Mar 28 '15 20:03 Vdragon

Noticed this too, Seems to be a css media query who hides it at a certain width, comment or remove from index.html:129

@media screen and (max-width: 1024px) {
      #in {
        display: none;
      }
      #out {
        left: 0;
        padding-left: 10px;
      }
    }

and you can use it halfscreen

michaelboke avatar Jul 01 '15 20:07 michaelboke

Any news on this? Willing to have a PR?

Phyks avatar Mar 30 '16 18:03 Phyks

This is optional, I'd say. I'll add this feature in a menu I'm creating, so that the user can have either 'in' or 'out' in half-screen mode.

aero31aero avatar Jun 17 '16 10:06 aero31aero