mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
parent
674b39b49a
commit
c9b9032dc9
48
README.md
48
README.md
@ -4,12 +4,13 @@
|
|||||||
src="/static/img/logo.png"
|
src="/static/img/logo.png"
|
||||||
width="260" height="80" border="0" alt="linkcrawler">
|
width="260" height="80" border="0" alt="linkcrawler">
|
||||||
<br>
|
<br>
|
||||||
<img src="https://img.shields.io/badge/version-2.0.0-brightgreen.svg" alt="Version">
|
<a href="https://travis-ci.org/schollz/boltdb-server"><img src="https://img.shields.io/travis/schollz/boltdb-server.svg?style=flat-square" alt="Build Status"></a>
|
||||||
|
<img src="https://img.shields.io/badge/version-2.0.6-brightgreen.svg?style=flat-square" alt="Version">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">A simple and powerful notepad supporting listifying, encryption, self-destructing messages, and versioning</a></p>
|
<p align="center">A feature-rich wiki for minimalists</a></p>
|
||||||
|
|
||||||
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
|
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:
|
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
|
## License
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
0d8ee6f6235bb61774e353ba4fe5a9a690f3f031
|
b4e84fb2d89a335e6fe159a3e995a1daff218132
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user