From affd4903d71912c9bdcbeb844d55820ca2e8b079 Mon Sep 17 00:00:00 2001 From: kor Date: Sat, 21 Jul 2018 06:59:02 +1200 Subject: [PATCH] Update Readme. Simplified. --- README.md | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index dbd78e1..9c9dbc6 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,9 @@ # Memex -Simple bookmarks and notes. - -Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and review (sorting/filtering). +Memex is a simple open-source bookmarks and notes application to help with storage and overview. [Live version here](https://kormyen.github.io/memex/). -## Project Goals - -- Simple -- Portable - -## Design - -- [Cards-based design pattern](http://ui-patterns.com/patterns/cards) -- [Tagging](http://ui-patterns.com/patterns/Tag) - ## Data - [content/database.ndtl](content/database.ndtl) @@ -24,29 +12,4 @@ Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and - Flat-file database: [Indental](https://wiki.xxiivv.com/#indental). - Templating: [Runic](https://wiki.xxiivv.com/#runic). -- Grid layout: [Masonry](https://masonry.desandro.com/). - -## Wishlist - -- Web input (saved to db) -- Format quotes and notes -- Project display -- Project list -- Done % -- Filter done only / not done only -- Stats page (full tags listing, full types listing) -- Settings file (list of type icons etc) -- Sort entries (date, IMPI, IMPE) - -## Inspirations / Reference (thanks) - -- [Oscean](https://github.com/XXIIVV/Oscean) -- [Kokorobot](https://github.com/rekkabell/kokorobot) -- [Legacy](https://github.com/nomand/Legacy) - -## Personal Goals - -- Small project for getting back up to speed with html/css/js. -- Explore 'serverless' client-side routing. -- Explore [Indental](https://wiki.xxiivv.com/#indental) (flat-file database) and [Runic](https://wiki.xxiivv.com/#runic) (minimal templating). -- Develop a content tag/type/project filtering/sorting system for re-use in website. \ No newline at end of file +- Grid layout: [Masonry](https://masonry.desandro.com/). \ No newline at end of file