Shareable Git-powered notebooks
Go to file
Trevor Slocum 99905344ef Update installation instructions 2022-06-07 12:27:29 -07:00
web Migrate to code.rocketnine.space 2022-06-06 16:25:16 -07:00
.gitignore Resolve issues using empty notebooks 2019-04-18 04:37:56 -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 Update installation instructions 2022-06-07 12:27:29 -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 Migrate to code.rocketnine.space 2022-06-06 16:25:16 -07:00
go.sum Migrate to code.rocketnine.space 2022-06-06 16:25:16 -07:00
goreleaser.yml Migrate to code.rocketnine.space 2022-06-06 16:25:16 -07: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 Migrate to code.rocketnine.space 2022-06-06 16:25:16 -07:00

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.