Fantastic
-
Absolutely love this! However, I did have to modify it slightly because I found the font much too small. I would suggest either increasing the font size outright, or allowing users to set their own preferred font size. With the CSS below, I’m happily writing away in MarkDown.
One other thought, while I’m here: Ctrl-P works to enable Preview, but if I press it again I get my browser’s Print dialog instead of exiting preview. Not sure if that was known or not, but it’s a hiccup I noticed.
Minor things. Overall, this vastly improved my writing experience in WP.
#wp-content-editor-container > div.CodeMirror.cm-s-paper.CodeMirror-wrap {
font-size: 15px;
}#wp-content-editor-container > div.editor-preview-side.editor-preview-active-side p {
font-size: 15px;
}
- The topic ‘Fantastic’ is closed to new replies.