From 5d8f1a9cf9f9c09adc70835a634f5aaea6b21b5f Mon Sep 17 00:00:00 2001 From: kor Date: Wed, 18 Jul 2018 17:17:55 +1200 Subject: [PATCH] Readme update. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e22ca5..3c8b77e 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,24 @@ # Memex -Bookmarks and notes storage and review. +Simple bookmarks and notes. + +Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and review (sorting/filtering). [Live version here](https://kormyen.github.io/Memex/). ## Goals: -- Small self contained project for getting up to speed with html/css/js. +- Small self contained project for getting back up to speed with html/css/js. - Explore 'serverless' client-side routing. -- Explore [Indental](https://wiki.xxiivv.com/#indental) and [Runic](https://wiki.xxiivv.com/#runic) (flat file database). +- Explore [Indental](https://wiki.xxiivv.com/#indental) (flat-file database) and [Runic](https://wiki.xxiivv.com/#runic) (templating). - Develop a tag/type filtering/sorting system for re-use in website. -- Bookmarks and notes storage and review. +- Personal notes system. ## Dependencies -- The database format is [Indental](https://wiki.xxiivv.com/#indental). -- The templating language is [Runic](https://wiki.xxiivv.com/#runic). -- The grid layout library is [Masonry](https://masonry.desandro.com/). +- Flat-file database: [Indental](https://wiki.xxiivv.com/#indental). +- Templating: [Runic](https://wiki.xxiivv.com/#runic). +- Grid layout: [Masonry](https://masonry.desandro.com/). ## Wishlist