mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update README.md
Former-commit-id: 5fdd117fce430dd46a663bdc55b96bb1162219de [formerly a2336abd97f0360e4f8998eb1d49497c16f8818c] [formerly f7f74658af1f2633c9b3a327e7a0b0d8a09090df [formerly 26d49a1db36b4c3caed268e458ed02bac9812d10 [formerly0566499544
]]] Former-commit-id: 89935a1ded89edc9c936f3bd4964e69cdffd278d [formerly cc1405456b1bc8a928bed09132bfb5a3ac12a04f] Former-commit-id: bb1845cf937391f2286232dc0e7a7a79f347f9f6 Former-commit-id:7b6f12eba6
This commit is contained in:
parent
bee4eebf85
commit
a5d7459610
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user