Live data from Hacker News

Show HN: Distraction Free Reader/Writer

inkpen.in

61–64 of 64 posts

Re: Show HN: Distraction Free Reader/Writer

#61
On Emacs: http://www.emacswiki.org/emacs/FullScreen

On a Mac, with Aquamacs:

  (defun writeroom ()
  "Switches to a WriteRoom-like fullscreen style"
  (interactive)	
  (when (featurep 'aquamacs) 
    (color-theme-initialize)
    (color-theme-charcoal-black)
    (aquamacs-autoface-mode 0)
    (aquamacs-toggle-full-frame)
    (scroll-bar-mode -1)))
And then do

  Alt-x writeroom

Re: Show HN: Distraction Free Reader/Writer

#64
post #6

There sure are a lot of these now. There's Koi Writer [1], Dark Copy [2], Light Write [3], Quabel [4], Wabisabi [5], Write.app [6], Pen.io [7], (I like this one), Draft [8], and probably more. [1] http://www.koi-writer.com/editor/ [2] http://darkcopy.com/ [3] http://gun.io/w/yyhegyfn6 [4] https://quabel.com/ [5] http://www.wabisabi.cc/ [6] https://writeapp.me/ [7] http://pen.io/ [8] https://draftin.com/ Then there's…

Any of these Mac apps has that typewriter sound? I kind of like that sound.
Post reply on HN