mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Merge branch 'master' of github.com:schollz/cowyo
Former-commit-id: 475bc73662a259725f7985dbbd2756e13b0fe434 [formerly f68cb93c020008979a6a7bbb60000232a8b6e3b6] [formerly 255c4e463506357f02fbea3048197465e501dd38 [formerly 21c840857a
]]
Former-commit-id: 71e67143bd2f2c6e5ccaa4c6dbc6a009839f878f [formerly 5b45d90ebc38c6e5ad411f8712382666dbbf06b3]
Former-commit-id: 1fbfdd666ae84db3c06425f0ab061e2a7a190894
This commit is contained in:
commit
d0d7e6c1e9
@ -4,7 +4,7 @@ _...is the Collection of Online Words You Open._
|
||||
|
||||
This tool is supposed to make sharing online notes and lists fast and easy. To jot a note, simply load the page at [`/`](http://cowyo.com/) and write. The url will redirect to an easy-to-remember name that you can use to reload the page at anytime, anywhere. (You can use any url you want too: [`/AnythingYouWant`](http://cowyo.com/AnythingYouWant)). No need to press save, it will automatically save when you stop writing.
|
||||
|
||||
You can also write your notes in [Markdown](https://daringfireball.net/projects/markdown/) and then render your page by adding `/view`. For example, the page `/about` is rendered at [`/about/view`](/about/view).
|
||||
You can also write your notes in [Markdown](https://daringfireball.net/projects/markdown/) and then render your page by adding `/view`. For example, the page `/about` is rendered at [`/about/view`](/about/view). _Coming soon: To lock your page, simply add a line with `<user=yourname password=123 public=true>`. This will signal the server to always redirect to `/view`, but will allow one to edit with the correct password. If `public` is set to `false` then the server will also require a password for `/view`._
|
||||
|
||||
If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](http://cowyo.com/grocery), goto [`/grocery/list`](http://cowyo.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