From 168e45ded00b85c4a4a17ca5a3ea5034e166b739 Mon Sep 17 00:00:00 2001 From: Curtis Date: Fri, 7 Nov 2014 10:21:15 -0500 Subject: [PATCH] Updated ReadMe --- README.md | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 97d56c9..67317df 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,31 @@ -**Live Demo:** http://glacial-island-2506.herokuapp.com/ +**Live Demo:** http://cryptic-falls-9359.herokuapp.com/ -Features ndentJS has that workflowy doesn't have: + +Current Features that workflowy doesn't have: -------- - - Live googleDocs-esque editing. - - -Pending features that workflowy has: --------- - - Several small bug fixes. - - A better UI - - Hashtags - - Search - - Import/Export + - Real-time editing. + - Revision Control. + - (Support for aliasing/Multiple-parents is basically done). + - (Latex+Markdown Editor is basically done.) +Features that workflowy has that I haven't implemented yet: +---------- + - Editor: + - Tagging. //(This is actually really hard to implement well). + - Pasting,Import,Export + - General CSS + - Offline editing + - Undo/Redo + - A Mobile app + - A bunch of small things. + - + - It doesn't look that great right now, but neither did a bunch of famous sites. + - http://blog.onemonthrails.com/famous-first-landing-pages/ -Pending features that Workflowy doesn't have: -------- - - Split Screen: - - Revision Control. - - Transclusion/Aliasing/Graph-structure. - - Latex Editor. +Documentation + Todos: +----- + - https://workflowy.com/s/qFYOTilhJK Installation and Usage @@ -28,4 +33,4 @@ Installation and Usage - A throwaway database account is provided. But, you can edit /lib/db.js with your own credentials. - `npm install` - - `node app.js` \ No newline at end of file + - `node app.js`