Shareable Git-powered notebooks
web | ||
.gitignore | ||
author.go | ||
config.go | ||
config_test.go | ||
CONFIGURATION.md | ||
git.go | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
LICENSE | ||
main.go | ||
note.go | ||
notebook.go | ||
OPTIONS.md | ||
platformall.go | ||
platformwin.go | ||
README.md | ||
server.go | ||
utils.go | ||
web.go |
stick
Shareable Git-powered notebooks
Features
- Notebooks are standard git repositories containing .md files
- Notebooks may be used privately, shared with one or more users privately, or shared publicly
- Notes may be customized to improve usability, such as rendering a to-do list with automatic de-duplication and sorting
Demo
Note: The demo is read-only except checking/un-checking items.
Install
Choose one of the following methods:
Download
Compile
To compile and install stick at ~/go/bin/stick
, execute the following:
go install code.rocketnine.space/tslocum/stick@latest
Configure
See CONFIGURATION.md
Run
stick serve
Customize
See OPTIONS.md
Support
Please share issues and suggestions here.