Shareable Git-powered notebooks
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.
 
 
 
 
Go to file
Trevor Slocum 99905344ef Update installation instructions 12 months ago
web Migrate to code.rocketnine.space 12 months ago
.gitignore Resolve issues using empty notebooks 4 years ago
CONFIGURATION.md Improve documentation 4 years ago
LICENSE Relicense as MIT 4 years ago
OPTIONS.md Remove dependencies cli and testify 3 years ago
README.md Update installation instructions 12 months ago
author.go Make all types, functions and variables private 3 years ago
config.go Make all types, functions and variables private 3 years ago
config_test.go Make all types, functions and variables private 3 years ago
git.go Make all types, functions and variables private 3 years ago
go.mod Migrate to code.rocketnine.space 12 months ago
go.sum Migrate to code.rocketnine.space 12 months ago
goreleaser.yml Migrate to code.rocketnine.space 12 months ago
main.go Make all types, functions and variables private 3 years ago
note.go Make all types, functions and variables private 3 years ago
notebook.go Make all types, functions and variables private 3 years ago
platformall.go Make all types, functions and variables private 3 years ago
platformwin.go Resolve issues using empty notebooks 4 years ago
server.go Make all types, functions and variables private 3 years ago
utils.go Make all types, functions and variables private 3 years ago
web.go Migrate to code.rocketnine.space 12 months ago

README.md

stick

Donate via LiberaPay Donate via Patreon

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

Try stick

Note: The demo is read-only except checking/un-checking items.

Install

Choose one of the following methods:

Download

Download stick

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.