memex/README.md

43 lines
1.3 KiB
Markdown
Raw Normal View History

2018-07-13 15:56:09 +00:00
# Memex
2018-07-18 05:17:55 +00:00
Simple bookmarks and notes.
Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and review (sorting/filtering).
2018-07-13 15:56:09 +00:00
2018-07-18 09:17:35 +00:00
[Live version here](https://kormyen.github.io/memex/).
2018-07-17 21:04:33 +00:00
2018-07-17 19:31:50 +00:00
## Goals:
- Small project for getting back up to speed with html/css/js.
2018-07-17 19:31:50 +00:00
- Explore 'serverless' client-side routing.
2018-07-18 05:17:55 +00:00
- Explore [Indental](https://wiki.xxiivv.com/#indental) (flat-file database) and [Runic](https://wiki.xxiivv.com/#runic) (templating).
- Develop a content tag/type/project filtering/sorting system for re-use in website.
- Personal notes system with simple, portable data storage.
## Data
- [content/database.ndtl](content/database.ndtl)
2018-07-13 15:56:09 +00:00
## Dependencies
2018-07-18 05:17:55 +00:00
- Flat-file database: [Indental](https://wiki.xxiivv.com/#indental).
- Templating: [Runic](https://wiki.xxiivv.com/#runic).
- Grid layout: [Masonry](https://masonry.desandro.com/).
2018-07-17 19:31:50 +00:00
## Wishlist
2018-07-17 19:31:50 +00:00
- Web input (saved to db)
- Format quotes and notes
- Project display
- Project list
- Done %
2018-07-17 19:31:50 +00:00
- Filter done only / not done only
- Stats page (full tags listing, full types listing)
- Settings file (list of type icons etc)
2018-07-17 19:31:50 +00:00
- 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)