callumevans / dreams

Dreams is a minimalistic, distraction-free text editor built on Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dreams


Dreams is a minimalistic, distraction-free text editor built on Electron.
Inspired by Left.

Dreams

How To Use

Dreams supports the following keyboard shortcuts:

  • ctrl + o will open a file
  • ctrl + s will save a file
  • ctrl + shift + enter will toggle fullscreen mode

Any open files will have an 'x' next to their names. You can close them by pressing it.

How To Install

You can use Dreams by downloading the latest release, unzipping the artifact and running Dreams.exe.

Alternatively, you can clone the repo with:

git clone https://github.com/callumevans/dreams

Install the dependencies:

npm install

And then run the start script:

npm start

Or build it locally with:

npm run build-windows

Currently only Windows is supported.

About

Dreams is a minimalistic, distraction-free text editor built on Electron.

License:MIT License


Languages

Language:JavaScript 76.1%Language:CSS 22.3%Language:HTML 1.6%