ZenPen is a very Zen editor for people who wants a minimalist style, the Zone feeling.

Minimal Distraction, Maximum Zen
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg60l27lKBujdOBNiYpiDo02wM6YmWOTIdcV0T7f5xqvxyu0wvtUlu_P_MheeZxbtIzMpQLCOPchgac37RoxUhf9mL-hxBS5EoEI0p3UWI_V3OTktYfOMX44lE2Y1BQG3YQfvfDGTRqDlM/s800/ZenPen.gif

It has full-screen mode with dark theme to make you more comfortable writing in a dim environment. It utilizes HTML5 Local Storage, so everything you type is kept on your computer only.

The text styles includes bold, italics, link, and block quote.

You can set up a word-count target from the menu on the left, it grows higher as word count goes up. Once your word count reaches that goal, the yellow bar becomes green and you know you have just achieved objective in terms of word count.

The text is saved always, so it’s safe to close as you please. You can export the text to three different formats via Ctrl+C or downloading a file, Markdown, HTML, and text, Here is the exact copy of Markdown:

#ZenPen for Modern Man<br>#

This is **ZenPen**, a [_minimalist_ editor](/)!

Spam some words, needs more words.
Even more words to reach 20!
> Wise words here, quote me!

And HTML:

<h1>ZenPen for Modern Man<br>
</h1>This is <b>ZenPen</b>, a <a href="/"><i>minimalist</i> editor</a>!<br><br>Spam some words, needs more words.<br>Even more words to reach 20!<br><blockquote>Wise words here, quote me!<br></blockquote>

And text:

ZenPen for Modern Man<br>
This is ZenPen, a minimalist editor!Spam some words, needs more words.Even more words to reach 20!Wise words here, quote me!

It’s written by Tim Holman and licensed under the Apache License Version 2.0. It currently has more than 2,600 stars and almost 300 forks on GitHub.