Shareable Git-powered notebooks
Go to file
Trevor Slocum 62a6f87203 Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
web Fix page refresh issue 2020-10-28 17:49:22 -07:00
.gitignore Resolve issues using empty notebooks 2019-04-18 04:37:56 -07:00
.gitlab-ci.yml Migrate from src-d/go-git to go-git/go-git 2020-03-18 07:57:44 -07:00
CHANGELOG Speed up web client initialization 2020-07-30 19:49:42 -07:00
CONFIGURATION.md Improve documentation 2019-09-04 18:07:52 -07:00
LICENSE Relicense as MIT 2019-06-25 08:29:13 -07:00
OPTIONS.md Remove dependencies cli and testify 2020-05-13 09:42:59 -07:00
README.md Migrate from src-d/go-git to go-git/go-git 2020-03-18 07:57:44 -07:00
author.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
config.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
config_test.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
git.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
go.mod Fix page refresh issue 2020-10-28 17:49:22 -07:00
go.sum Fix page refresh issue 2020-10-28 17:49:22 -07:00
goreleaser.yml Migrate to GitLab 2020-01-22 16:36:50 -08:00
main.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
note.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
notebook.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
platformall.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
platformwin.go Resolve issues using empty notebooks 2019-04-18 04:37:56 -07:00
server.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
utils.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00
web.go Make all types, functions and variables private 2020-10-28 18:06:34 -07:00

README.md

stick

CI status Donate

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

go get gitlab.com/tslocum/stick

Configure

See CONFIGURATION.md

Run

stick serve

Customize

See OPTIONS.md

Support

Please share issues and suggestions here.