mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Update Readme. Simplified.
This commit is contained in:
parent
68beea0a02
commit
affd4903d7
39
README.md
39
README.md
@ -1,21 +1,9 @@
|
|||||||
# Memex
|
# Memex
|
||||||
|
|
||||||
Simple bookmarks and notes.
|
Memex is a simple open-source bookmarks and notes application to help with storage and overview.
|
||||||
|
|
||||||
Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and review (sorting/filtering).
|
|
||||||
|
|
||||||
[Live version here](https://kormyen.github.io/memex/).
|
[Live version here](https://kormyen.github.io/memex/).
|
||||||
|
|
||||||
## Project Goals
|
|
||||||
|
|
||||||
- Simple
|
|
||||||
- Portable
|
|
||||||
|
|
||||||
## Design
|
|
||||||
|
|
||||||
- [Cards-based design pattern](http://ui-patterns.com/patterns/cards)
|
|
||||||
- [Tagging](http://ui-patterns.com/patterns/Tag)
|
|
||||||
|
|
||||||
## Data
|
## Data
|
||||||
|
|
||||||
- [content/database.ndtl](content/database.ndtl)
|
- [content/database.ndtl](content/database.ndtl)
|
||||||
@ -25,28 +13,3 @@ Formatted for long term storage (['Long site'](https://www.gwern.net/About)) and
|
|||||||
- Flat-file database: [Indental](https://wiki.xxiivv.com/#indental).
|
- Flat-file database: [Indental](https://wiki.xxiivv.com/#indental).
|
||||||
- Templating: [Runic](https://wiki.xxiivv.com/#runic).
|
- Templating: [Runic](https://wiki.xxiivv.com/#runic).
|
||||||
- Grid layout: [Masonry](https://masonry.desandro.com/).
|
- Grid layout: [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)
|
|
||||||
|
|
||||||
## Inspirations / Reference (thanks)
|
|
||||||
|
|
||||||
- [Oscean](https://github.com/XXIIVV/Oscean)
|
|
||||||
- [Kokorobot](https://github.com/rekkabell/kokorobot)
|
|
||||||
- [Legacy](https://github.com/nomand/Legacy)
|
|
||||||
|
|
||||||
## Personal Goals
|
|
||||||
|
|
||||||
- Small project for getting back up to speed with html/css/js.
|
|
||||||
- Explore 'serverless' client-side routing.
|
|
||||||
- Explore [Indental](https://wiki.xxiivv.com/#indental) (flat-file database) and [Runic](https://wiki.xxiivv.com/#runic) (minimal templating).
|
|
||||||
- Develop a content tag/type/project filtering/sorting system for re-use in website.
|
|
Loading…
Reference in New Issue
Block a user