1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

dded some Gifs

This commit is contained in:
Zack Scholl 2016-03-14 11:01:21 -04:00
parent aeb783a118
commit b56614fc5a
7 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You
# Features
**Simplicity**. The philosophy here is to *just type*. To jot a note, simply load the page at [`/`](http://AwwKoala.com/) and just start typing. No need to press edit, the browser will already be focused on the text. No need to press save - it will automatically save when you stop writing. The URL at [`/`](http://AwwKoala.com/) will redirect to an easy-to-remember name that you can use to reload the page at anytime, anywhere. But, you can also use any URL you want, e.g. [`/AnythingYouWant`](http://AwwKoala.com/AnythingYouWant).
![Simply type to edit.](/img/static/Main1.png)
**Viewing**. All pages can be rendered into HTML by adding `/view`. For example, the page [`/AnythingYouWant`](http://AwwKoala.com/AnythingYouWant) is rendered at [`/AnythingYouWant/view`](http://AwwKoala.com/AnythingYouWant/view). You can write in HTML or [Markdown](https://daringfireball.net/projects/markdown/) for page rendering. To quickly link to `/view` pages, just use `[[AnythingYouWnat]]`. Math is supported with [Katex](https://github.com/Khan/KaTeX) using `$\frac{1}{2}$` for inline equations and `$$\frac{1}{2}$$` for regular equations.
**Listifying**. If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](http://AwwKoala.com/grocery), goto [`/grocery/list`](http://AwwKoala.com/grocery/list). In this page, whatever you click on will be struck through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.

BIN
static/img/Main1.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
static/img/Main2.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
static/img/Main3.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

BIN
static/img/Main4.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

BIN
static/img/Main5.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
static/img/Main6.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB