apricot-notes
v0.0.8
Published
A canvas note-taking app
Maintainers
Readme
Apricot
A canvas note-taking app, very much a work in progress.
A lot of the code has been generated by Claude.
Installation
At the moment, git clone + npm install + npm run.
You'll also have to mkdir public/uploads.
Key Bindings
enterto create a new note below the current notecmd+enterto create a new note to the right of the current notetabto move the note to the rightshift+tabto move the note to the leftescapeto go into a sort of "selection mode"- arrow keys when selecting a single note to select a different note
- arrow keys when selecting multiple notes to move the selection
ctrl+arrow keys to move a single note when editingcmd+/to search different canvasesbackspaceto delete notes when selectingcmd+zto undo an actioncmd+shift+zorcmd+yto redo an action
Other things
- Any change is saved to the server immediately
- Notes are saved to a single
notes.dbfile in the root directory of the project - Pasted images are saved to the
public/uploadsdirectory - Undo/redo supports: creating notes, deleting notes, moving notes, and command-click operations
- Multiple notes can be moved or deleted as a single undoable action
