8318b5afd8
Former-commit-id:
|
||
---|---|---|
static | ||
templates | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
bindata.go.REMOVED.git-id | ||
handlers.go | ||
LICENSE | ||
listify.go | ||
main.go | ||
Makefile | ||
migrate.go | ||
page_test.go | ||
page.go | ||
README.md | ||
utils_test.go | ||
utils.go |
A feature-rich wiki for minimalists
cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. You can download cowyo as a single executable or install it with Go. Try it out at https://cowyo.com.
Getting Started
Install
If you have go
go get github.com/schollz/cowyo
or just download from the latest releases.
Run
To run just double click or from the command line:
cowyo
Usage
cowyo is straightforward to use. Here are some of the basic features:
Editing
When you open a document you'll be directed to an alliterative animal (which is supposed to be easy to remember). You can write in Markdown. Saving is performed as soon as you stop writing.
History
You can easily see previous versions of your documents.
Lists
You can easily make lists and check them off.
Locking
Locking prevents other users from editing your pages without a passphrase.
Encryption
Encryption is performed using AES-256.
Self-destructing pages
Just like in mission impossible.
License
MIT