You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
web | 12 months ago | |
.gitignore | 4 years ago | |
CONFIGURATION.md | 4 years ago | |
LICENSE | 4 years ago | |
OPTIONS.md | 3 years ago | |
README.md | 12 months ago | |
author.go | 3 years ago | |
config.go | 3 years ago | |
config_test.go | 3 years ago | |
git.go | 3 years ago | |
go.mod | 12 months ago | |
go.sum | 12 months ago | |
goreleaser.yml | 12 months ago | |
main.go | 3 years ago | |
note.go | 3 years ago | |
notebook.go | 3 years ago | |
platformall.go | 3 years ago | |
platformwin.go | 4 years ago | |
server.go | 3 years ago | |
utils.go | 3 years ago | |
web.go | 12 months ago |
README.md
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.