From 66b94c953cef20c9d66a34f598c5609d39cda27a Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 23 Dec 2015 16:22:43 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8de6700..c28bd54 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ #AnyVerse AnyVerse is a small wiki based on javascript (node, angular) that is useful for dashboards or pages that list versions of applications. Any urls in the data will be lookedup and their output is shown on the page (instead of a showing link). +* edit button or e to edit +* save button or ctrl-s to save +* limited wiki markup (check out *..* and !..!) * currently supports only one table on one page + +tech: +* html and css using bootstrap +* angular 1.x / jquery +* nodejs/express +* http calls are proxied in express to avoid CORS necessity