diff --git a/README.md b/README.md index 8cbcb49..0c6e69c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,41 @@ # Memex -Simple flat file formatted bookmarks/notes. +Bookmarks and notes storage and review. -Small self contained project for playing with [Indental](https://wiki.xxiivv.com/#indental) and [Runic](https://wiki.xxiivv.com/#runic). +## Goals: + +- Small self contained project for getting 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). +- Develop a tag/type filtering/sorting system for re-use in website. +- Bookmarks and notes storage and review. ## 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/). -## Todo +## Wishlist -- Web input (save to db) +- Web input (saved to db) - Format quotes and notes - Project display - Project list - Done % -- Filter done/not done -- Full tags page -- Full types page +- Filter done only / not done only +- Stats page (full tags listing, full types listing) - Settings file (list of type icons etc) -- Sort (date, IMPI, IMPE) \ No newline at end of file +- Sort entries (date, IMPI, IMPE) + +## Questions + +- Web input insert into Indental format +- Indental formatting of notes/quotes (currently datawrap.processDatabase()) +- Indental formatting of comma seperated tags (currently datawrap.processDatabase()) + +## Inspirations / Reference (thanks) + +- [Oscean](https://github.com/XXIIVV/Oscean) +- [Kokorobot](https://github.com/rekkabell/kokorobot) +- [Legacy](https://github.com/nomand/Legacy) \ No newline at end of file diff --git a/content/Memex.ndtl b/content/Memex.ndtl index d4ab0c6..881df16 100644 --- a/content/Memex.ndtl +++ b/content/Memex.ndtl @@ -1349,7 +1349,15 @@ GWERN DONE : false TAGS : history, psychology, science, ai, bitcoin, code, psychedelics, env -ISOTOPE MANSONRY +MANSONRY GRID LIB + LINK : https://masonry.desandro.com/ + TYPE : tool + DATE : 12018-07-17 + DONE : true + TAGS : code, web + PROJ : Memex + +ISOTOPE GRID LIB LINK : https://isotope.metafizzy.co/ TYPE : tool DATE : 12018-07-17 @@ -1503,6 +1511,7 @@ JS PROTOTYPE DATE : 12018-07-17 DONE : false TAGS : web, code + PROJ : memex INTERNAL FLIGHTS LINK : https://estastonne.bandcamp.com/album/internal-flight-2013-guitar-version @@ -1581,4 +1590,30 @@ OVEN PROJ : Van DATE : 12018-07-17 DONE : false + +MISE EN BAG + PERS : cblgh + SRCE : Merveilles + LINK : https://miseenbag.com/ + TYPE : article + DATE : 12018-07-18 + DONE : true + TAGS : food + NOTE : Guerilla cooking backpack + +PRELUDIO A COLON + PERS : Symbol + SRCE : Merveilles + LINK : https://www.youtube.com/watch?v=lOihGnn6HoE + TYPE : music + DATE : 12018-07-18 + DONE : true + NOTE : Julián Carrillo + +EDWARDIAN FARM + LINK : https://www.youtube.com/playlist?list=PLDJIWiwfNABlM7J0d3e63sZ6U2bwg_hMX + TYPE : video + DATE : 12018-07-18 + DONE : false + TAGS : history ` \ No newline at end of file