A minimal focus-based editor. Live here.
- 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
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 |
npm install
npm run dev
npm run build