From eb16d1f2180bf7dfd305a584248e65ae35db6791 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 8 Feb 2016 11:10:46 -0500 Subject: [PATCH] Update README.md Former-commit-id: 09ac10a01630de3205bf4fad8b6d8752fe329fe7 [formerly 37a289abeeb2aa186f855acbfbc55cbde4e2bca8] [formerly c70a678078f9e0669efd4d42c3bc46ba21a12758 [formerly 17cd87539a6d7a95b52e20f2b4f8a96b72d930f4 [formerly bbeee5417fc1587528dcd971c4ce136083d82e1e]]] Former-commit-id: a832123575da420c601ca6fca37bc148b1bd028b [formerly 62c0c3f00d4b1d1509ce776c413022c368d9fa1d] Former-commit-id: 5d89477ba1235e4bab85d40e088f07c5b440472d Former-commit-id: 7a502c0fdee6c69c83a10a29401bd8b5564a9bc6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bfaeb3..d76b2e2 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). _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`._ +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). 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.