mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated readme
Former-commit-id: 741f117cf4d191b3b504879d2e0523470b7c4e81 [formerly e93364b52de060f51a1c16358c46ae2b4f219e1d] [formerly d5b24c2491fc33885b68becf3a1e4cda7582c795 [formerly 9907a01c0e
]]
Former-commit-id: 0e2ec6af57df3addbc8f08764db5922459eb24a9 [formerly ba5b4963a4803a60eed2cbf34776435022178f74]
Former-commit-id: 30ea575f82196b24d71fd6b5b8c1158a12f64ada
This commit is contained in:
parent
909db1e871
commit
4dfee02d10
@ -14,7 +14,7 @@ To jot a note, simply load the page at [`/`](http://AwwKoala.com/) and just star
|
|||||||
|
|
||||||
#### Views and Lists
|
#### Views and Lists
|
||||||
|
|
||||||
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. Math is supported using [Katex](https://github.com/Khan/KaTeX). Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images) as well.
|
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. Math is supported with [Katex](https://github.com/Khan/KaTeX) using `$\frac{1}{2}$` for inline equations and `$$\frac{1}{2}$$` for regular equations.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user