From 8f69c90a693059a733e9ce2c101c811ed2862dce Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 20 May 2021 06:26:49 -0600 Subject: [PATCH] add features list to readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cdd91e..44c0f31 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,13 @@ widdler is a single binary that serves up It can be used to server existing wikis, or to create new ones. -widdler also supports multiple users. Each user defined it the `.htaccess` file -creates a user-specific directory to store said users wikis! +# Features + +- TiddlyWikis are served over WebDav so you can save directly from the browser. +- Automatically create new wiki files by browsing to a non-existent html file. +- Multiple users (adding another user to the .htaccess file creates a new user + namespace). +- Optional TLS support. # Installation