diff --git a/README.md b/README.md index ae2e098..7589191 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You **Admin controls**. The Admin can view/delete all the documents by setting the `-a YourAdminKey` when starting the program. Then the admin has access to the `/ls/YourAdminKey` to view and delete any of the pages. +**Self-destructing messages**. You can write a message that will delete itself when a user loads it (in any view). Useful for transmitting sensitive information. To use, simply add a line somewhere that says only "`self-destruct`". + # Install First [install Go](https://golang.org/doc/install). Then continue. diff --git a/templates/aboutpage.md b/templates/aboutpage.md index beb8147..37e04c5 100644 --- a/templates/aboutpage.md +++ b/templates/aboutpage.md @@ -17,6 +17,7 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You **Keyboard Shortcuts**. Quickly transition between Edit/View/List by using `Ctl+Shift+E` to Edit, `Ctl+Shift+Z` to View, and `Ctl+Shift+L` to Listify. +**Self-destructing messages**. You can write a message that will delete itself when a user loads it (in any view). Useful for transmitting sensitive information. To use, simply add a line somewhere that says only "`self-destruct`". # Contact Any other comments, questions or anything at all, just tweet me @zack_118