oleksandr-shvets / writebar

Experimental distraction-free text editor, based on the Macbook pro TouchBar

Home Page:https://writebar.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WriteBar

Experimental distraction-free text editor,
that displays focus text line right over the keyboard (on the Macbook Pro TouchBar).

screenshot

Features

  • Line edit on TouchBar
  • Context formatting menu
  • Smart Spellchecker
  • Markdown Import/Export
  • Visual Markdown editing

Discuss

Development

Install (or update) macOS package manager (Homebrew):

brew update || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Yarn (modern NodeJS package manager):

which yarn || brew install yarn

Download source code:

git clone git@github.com:alexander-shvets/writebar.git
cd writebar

Install application dependencies:

yarn || npm install

Install (global or local) dev-dependencies*:

yarn global add electron               || npm install electron -g
yarn global add electron-packager      || npm install electron-packager -g
yarn global add electron-installer-dmg || npm install electron-installer-dmg -g

* doesn't listed in package.json becouse I doesn't use js builder yet (which will exclude unused dependencies from application installation package)

Run app in dev mode:

yarn start || npm start

Build App and Installation Package (dmg):

yarn packdist || npm run pack && npm run dist

Release files should be generated in dist directory.

License

FOSSA Status

About

Experimental distraction-free text editor, based on the Macbook pro TouchBar

https://writebar.js.org

License:MIT License


Languages

Language:JavaScript 93.0%Language:HTML 5.1%Language:CSS 1.9%