defunkt/Zen

Wrap guide

Closed this issue · 5 comments

I know this was addressed in #49, but it seems to be back?

In addition, esc also seems to not be closing zen for me either.

Yes, esc should not exit Zen. Wrap guides should be hidden though...

Oh, okay. I just saw that line in #49 and noticed it wasn't working, I should have actually read the issues it was referring to. My mistake.

I see that the css that's supposed to hide the wrap guide is present in the stylesheets, but I don't know why it doesn't seem to be working.

@jacobmischka I was able to hide the wrap guide with

[data-zen="true"] {
    atom-text-editor::shadow .wrap-guide {
        visibility: hidden;
    }
}

in my personal stylesheet.

Oh, the wrap-guide is inside the shadow dom. That would explain matters...