/bos

A minimal focus-based editor

Primary LanguageJavaScriptMIT LicenseMIT

bos.

A minimal focus-based editor. Live here.

Features

  • Click anywhere and start typing.
  • Draggable texts.
  • Select multiple texts with mouse.
  • Change font size with scroll
  • Color option
  • Download as image
  • Sync with localstorage

Shortcuts

Action Key
Select all texts Ctrl + a
Download board as image Ctrl + p
Clear board Ctrl + Backspace
Delete selected texts Del
Deselect texts Esc
Increase font size Scroll up
Decrease font size Scroll down
Change color 1, 2, 3, 4, 5

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build