An open API service indexing awesome lists of open source software.

https://github.com/rileyjshaw/write

📝 A chill place to write things
https://github.com/rileyjshaw/write

Last synced: 3 months ago
JSON representation

📝 A chill place to write things

Awesome Lists containing this project

README

          

# write

a quiet place to jot down thoughts.

## insert mode (default)

- type.
- meta + click: create a new text box.
- **meta + e: enter control mode.**

## control mode

- left arrow: nudge alignment of active textbox left.
- right arrow: nudge alignment of active textbox right.
- g: show grid.
- s: toggle spellcheck.
- n: create new document.
- **o: enter file browser mode.**
- **meta + e: enter insert mode.**

## file browser mode

- up arrow: select previous document.
- down arrow: select next document.
- enter: open selected document.
- d: delete selected document (requires confirmation with "y").
- **q: enter insert mode.**