From fee54740efb35aac8aa0b74d91d7556293c867a9 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 8 Feb 2016 08:10:19 -0500 Subject: [PATCH] Update README.md Former-commit-id: 9bb1688142db5ba9a19db8dd4e2374ecce3da79d [formerly 33d0a398713f9b8e8b970b3483b2b8a0770eb758] [formerly ccf86c9adcef689d00980401eb790cfe05333585 [formerly a54cc9e62b108888a6bdaa4d972dddb9c2f08338]] Former-commit-id: 52923e1caca0588c4cc01cb6d2fcbff5ba460734 [formerly 7b728720f66baf06ac0094ec5171732af46d6af5] Former-commit-id: 09acdb3e908c68179c3273b74b475c0a6caf81d9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5cd04..a898bef 100644 --- a/README.md +++ b/README.md @@ -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 ``. 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.