From 7b6f12eba69306c719ea42394bf58522d79864b2 Mon Sep 17 00:00:00 2001 From: Zack Date: Sat, 13 Feb 2016 07:37:48 -0500 Subject: [PATCH] Update README.md Former-commit-id: 5fdd117fce430dd46a663bdc55b96bb1162219de [formerly a2336abd97f0360e4f8998eb1d49497c16f8818c] [formerly f7f74658af1f2633c9b3a327e7a0b0d8a09090df [formerly 056649954400250dce406406496c286bee9411ad]] Former-commit-id: 89935a1ded89edc9c936f3bd4964e69cdffd278d [formerly cc1405456b1bc8a928bed09132bfb5a3ac12a04f] Former-commit-id: bb1845cf937391f2286232dc0e7a7a79f347f9f6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63430d2..bfeeafd 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You ## 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). -## Views +## 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. -## Lists +## 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 striked through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it. ## Automatic versioning