mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# 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](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/).
|
|
|
|
## 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)
|
|
|
|
- [Oscean](https://github.com/XXIIVV/Oscean)
|
|
- [Kokorobot](https://github.com/rekkabell/kokorobot)
|
|
- [Legacy](https://github.com/nomand/Legacy) |