Skip to content

furkanmavili/bos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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