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
- Host: GitHub
- URL: https://github.com/rileyjshaw/write
- Owner: rileyjshaw
- Created: 2017-01-06T23:36:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:24:56.000Z (over 2 years ago)
- Last Synced: 2025-03-27T01:48:22.665Z (7 months ago)
- Language: JavaScript
- Homepage: http://rileyjshaw.com/write
- Size: 6.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
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.**