diff --git a/README.md b/README.md index d0e8da7..f9155cd 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ src="/static/img/logo.png" width="260" height="80" border="0" alt="linkcrawler">
-Version +Build Status +Version

-

A simple and powerful notepad supporting listifying, encryption, self-destructing messages, and versioning

+

A feature-rich wiki for minimalists

-This is a self-contained notepad webserver that makes sharing easy and _fast_. The most important feature here is _simplicity_. There are many other features as well including versioning, page locking, self-destructing messages, encryption, syntax highlighting, content-delivery, and listifying. +*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](https://github.com/schollz/cowyo/releases/latest) or install it with Go. Getting Started =============== @@ -29,9 +30,48 @@ or just download from the [latest releases](https://github.com/schollz/cowyo/rel To run just double click or from the command line: ``` -./cowyo +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. + +![Editing](http://i.imgur.com/vEs2U8z.gif) + +### History + +You can easily see previous versions of your documents. + +![History](http://i.imgur.com/CxhRkyo.gif) + +### Lists + +You can easily make lists and check them off. + +![Lists](http://i.imgur.com/7xbauy8.gif) + +### Locking + +Locking prevents other users from editing your pages without a passphrase. + +![Locking](http://i.imgur.com/xwUFV8b.gif) + +### Encryption + +Encryption is performed using AES-256. + +![Encryption](http://i.imgur.com/rWoqoLB.gif) + +### Self-destructing pages + +Just like in mission impossible. + +![Self-destructing](http://i.imgur.com/upMxFQh.gif) ## License diff --git a/bindata.go.REMOVED.git-id b/bindata.go.REMOVED.git-id index e95f5d7..1ace199 100644 --- a/bindata.go.REMOVED.git-id +++ b/bindata.go.REMOVED.git-id @@ -1 +1 @@ -0d8ee6f6235bb61774e353ba4fe5a9a690f3f031 \ No newline at end of file +b4e84fb2d89a335e6fe159a3e995a1daff218132 \ No newline at end of file diff --git a/static/img/logo.png b/static/img/logo.png index 9038f71..35253a3 100755 Binary files a/static/img/logo.png and b/static/img/logo.png differ