diff --git a/README.md b/README.md index 6b7c3f6..d58487c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/static/img/Main1.gif b/static/img/Main1.gif new file mode 100755 index 0000000..1892f89 Binary files /dev/null and b/static/img/Main1.gif differ diff --git a/static/img/Main2.gif b/static/img/Main2.gif new file mode 100755 index 0000000..d80db96 Binary files /dev/null and b/static/img/Main2.gif differ diff --git a/static/img/Main3.gif b/static/img/Main3.gif new file mode 100755 index 0000000..391fc67 Binary files /dev/null and b/static/img/Main3.gif differ diff --git a/static/img/Main4.gif b/static/img/Main4.gif new file mode 100755 index 0000000..9199fc1 Binary files /dev/null and b/static/img/Main4.gif differ diff --git a/static/img/Main5.gif b/static/img/Main5.gif new file mode 100755 index 0000000..7242bf5 Binary files /dev/null and b/static/img/Main5.gif differ diff --git a/static/img/Main6.gif b/static/img/Main6.gif new file mode 100755 index 0000000..60b3cdb Binary files /dev/null and b/static/img/Main6.gif differ