Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 459 forks source link

option to toggle editor window on/off #471

Open mcdon-ron opened 7 years ago

mcdon-ron commented 7 years ago

Requesting a feature to toggle the editor window on/off. MarkPad would then act as a viewer for rendered markdown.

Avoid letting a user toggle both views off. If preview is off, and editor is toggled off, preview would then be toggled on.

Maybe save the toggle state of the views between runs of MarkPad. May help for a user that only uses one of the views.

daminibhattacharya commented 5 years ago

@mcdon-ron Can I try to fix this issue?