Go to file
2018-07-18 07:31:50 +12:00
asset Refactored css. 2018-07-18 06:18:42 +12:00
content Data updated. Readme updated. 2018-07-18 07:31:50 +12:00
logic Refactored css. 2018-07-18 06:18:42 +12:00
.gitignore Initial commit. 2018-07-14 03:56:09 +12:00
index.html Refector view logic into viewmasonry.js. 2018-07-18 01:41:00 +12:00
README.md Data updated. Readme updated. 2018-07-18 07:31:50 +12:00

Memex

Bookmarks and notes storage and review.

Goals:

  • Small self contained project for getting up to speed with html/css/js.
  • Explore 'serverless' client-side routing.
  • Explore Indental and 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.
  • The templating language is Runic.
  • The grid layout library is Masonry.

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)

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)